Html Css Color HEX #B36731 Reno Sand

📋 copy color: '#B36731'

red 179 ◦ green 103 ◦ blue 49

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

Shades of Reno Sand #B36731

Tints of Reno Sand #B36731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 54.08%
G = 31.12%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B36731 (or 0xB36731) is known color: Reno Sand. HEX triplet: B3, 67 and 31. RGB value is (179,103,49). Sum of RGB (Red+Green+Blue) = 179+103+49=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B36731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36731 is #4C98CE. Grayscale: #777777. Windows color (decimal): -5019855 or 3237811. OLE color: 3237811.

HSL color Cylindrical-coordinate representation of color #B36731: hue angle of 24.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B36731 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 49 -
CMYK 0 0.42 0.73 0.30
HSL 24.92º 0.57% 0.45% -
HSV(B) 24.92º 0.73% 0.7% -
XYZ 24 19.51 5.41 -
YUV 119.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 179 103 49 0 0.42 0.73 0.30 24.92 0.57 0.45
Hex B3 67 31 0 2A 49 1E 19 39 2D
Octal 263 147 61 0 52 111 36 31 71 55
Binary 10110011 1100111 110001 0 101010 1001001 11110 11001 111001 101101

Color Harmonies of #B36731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36731

Black with #B36731

Text Example


Text Example

White with #B36731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36731; }

 p { color: rgb(179,103,49); }

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

background-color css

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

 a { background-color: rgb(179,103,49); }

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

border-color css

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

 span { border-color: rgb(179,103,49); }

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