Html Css Color HEX #B07032 Reno Sand

📋 copy color: '#B07032'

red 176 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #B07032

Tints of Reno Sand #B07032

RGB

 RED value IS 176 (69.14% from 255) = 52.07%

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 52.07%
G = 33.14%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B07032 (or 0xB07032) is known color: Reno Sand. HEX triplet: B0, 70 and 32. RGB value is (176,112,50). Sum of RGB (Red+Green+Blue) = 176+112+50=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B07032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07032 is #4F8FCD. Grayscale: #7C7C7C. Windows color (decimal): -5214158 or 3305648. OLE color: 3305648.

HSL color Cylindrical-coordinate representation of color #B07032: hue angle of 29.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B07032 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 50 -
CMYK 0 0.36 0.72 0.31
HSL 29.52º 0.56% 0.44% -
HSV(B) 29.52º 0.72% 0.69% -
XYZ 24.27 21.05 5.8 -
YUV 124.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 176 112 50 0 0.36 0.72 0.31 29.52 0.56 0.44
Hex B0 70 32 0 24 48 1F 1E 38 2C
Octal 260 160 62 0 44 110 37 36 70 54
Binary 10110000 1110000 110010 0 100100 1001000 11111 11110 111000 101100

Color Harmonies of #B07032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07032

Black with #B07032

Text Example


Text Example

White with #B07032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07032; }

 p { color: rgb(176,112,50); }

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

background-color css

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

 a { background-color: rgb(176,112,50); }

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

border-color css

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

 span { border-color: rgb(176,112,50); }

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