Html Css Color HEX #B36632 Reno Sand

📋 copy color: '#B36632'

red 179 ◦ green 102 ◦ blue 50

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

Shades of Reno Sand #B36632

Tints of Reno Sand #B36632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 54.08%
G = 30.82%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B36632 (or 0xB36632) is known color: Reno Sand. HEX triplet: B3, 66 and 32. RGB value is (179,102,50). Sum of RGB (Red+Green+Blue) = 179+102+50=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B36632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36632 is #4C99CD. Grayscale: #777777. Windows color (decimal): -5020110 or 3303091. OLE color: 3303091.

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

Color convert

RGB 179 102 50 -
CMYK 0 0.43 0.72 0.30
HSL 24.19º 0.56% 0.45% -
HSV(B) 24.19º 0.72% 0.7% -
XYZ 23.92 19.32 5.49 -
YUV 119.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 179 102 50 0 0.43 0.72 0.30 24.19 0.56 0.45
Hex B3 66 32 0 2B 48 1E 18 38 2D
Octal 263 146 62 0 53 110 36 30 70 55
Binary 10110011 1100110 110010 0 101011 1001000 11110 11000 111000 101101

Color Harmonies of #B36632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36632

Black with #B36632

Text Example


Text Example

White with #B36632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36632; }

 p { color: rgb(179,102,50); }

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

background-color css

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

 a { background-color: rgb(179,102,50); }

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

border-color css

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

 span { border-color: rgb(179,102,50); }

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