Html Css Color HEX #B36D2F Reno Sand

📋 copy color: '#B36D2F'

red 179 ◦ green 109 ◦ blue 47

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

Shades of Reno Sand #B36D2F

Tints of Reno Sand #B36D2F

RGB

 RED value IS 179 (70.31% from 255) = 53.43%

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 53.43%
G = 32.54%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B36D2F (or 0xB36D2F) is known color: Reno Sand. HEX triplet: B3, 6D and 2F. RGB value is (179,109,47). Sum of RGB (Red+Green+Blue) = 179+109+47=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D2F is #4C92D0. Grayscale: #7B7B7B. Windows color (decimal): -5018321 or 3108275. OLE color: 3108275.

HSL color Cylindrical-coordinate representation of color #B36D2F: hue angle of 28.18º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B36D2F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 109 47 -
CMYK 0 0.39 0.74 0.30
HSL 28.18º 0.58% 0.44% -
HSV(B) 28.18º 0.74% 0.7% -
XYZ 24.57 20.73 5.39 -
YUV 122.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 179 109 47 0 0.39 0.74 0.30 28.18 0.58 0.44
Hex B3 6D 2F 0 27 4A 1E 1C 3A 2C
Octal 263 155 57 0 47 112 36 34 72 54
Binary 10110011 1101101 101111 0 100111 1001010 11110 11100 111010 101100

Color Harmonies of #B36D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D2F

Black with #B36D2F

Text Example


Text Example

White with #B36D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D2F; }

 p { color: rgb(179,109,47); }

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

background-color css

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

 a { background-color: rgb(179,109,47); }

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

border-color css

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

 span { border-color: rgb(179,109,47); }

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