Html Css Color HEX #B46935 Reno Sand

📋 copy color: '#B46935'

red 180 ◦ green 105 ◦ blue 53

#B46935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #B46935

Tints of Reno Sand #B46935

RGB

 RED value IS 180 (70.7% from 255) = 53.25%

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 53.25%
G = 31.07%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B46935 (or 0xB46935) is known color: Reno Sand. HEX triplet: B4, 69 and 35. RGB value is (180,105,53). Sum of RGB (Red+Green+Blue) = 180+105+53=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B46935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46935 is #4B96CA. Grayscale: #797979. Windows color (decimal): -4953803 or 3500468. OLE color: 3500468.

HSL color Cylindrical-coordinate representation of color #B46935: hue angle of 24.57º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B46935 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 53 -
CMYK 0 0.42 0.71 0.29
HSL 24.57º 0.55% 0.46% -
HSV(B) 24.57º 0.71% 0.71% -
XYZ 24.52 20.06 5.95 -
YUV 121.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 180 105 53 0 0.42 0.71 0.29 24.57 0.55 0.46
Hex B4 69 35 0 2A 47 1D 19 37 2E
Octal 264 151 65 0 52 107 35 31 67 56
Binary 10110100 1101001 110101 0 101010 1000111 11101 11001 110111 101110

Color Harmonies of #B46935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46935

Black with #B46935

Text Example


Text Example

White with #B46935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46935; }

 p { color: rgb(180,105,53); }

 H1.HeaderClassName
 {
   color: #B46935;
 }
 .AnyTagClassName
 {
   color: #B46935;
 }
</style>

background-color css

<style>
 a { background-color: #B46935; }

 a { background-color: rgb(180,105,53); }

 div.DivClassName
 {
   background-color: #B46935;
 }
 .BgClassName
 {
   background-color: #B46935;
 }
</style>

border-color css

<style>
 span { border-color: #B46935; }

 span { border-color: rgb(180,105,53); }

 td.TdClassName
 {
   border-color: #B46935;
 }
 .TagClassName
 {
   border-color: #B46935;
 }
</style>