Html Css Color HEX #B07031 Reno Sand

📋 copy color: '#B07031'

red 176 ◦ green 112 ◦ blue 49

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

Shades of Reno Sand #B07031

Tints of Reno Sand #B07031

RGB

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

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

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

R = 52.23%
G = 33.23%
B = 14.54%

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

#B07031 (or 0xB07031) is known color: Reno Sand. HEX triplet: B0, 70 and 31. RGB value is (176,112,49). Sum of RGB (Red+Green+Blue) = 176+112+49=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B07031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07031 is #4F8FCE. Grayscale: #7C7C7C. Windows color (decimal): -5214159 or 3240112. OLE color: 3240112.

HSL color Cylindrical-coordinate representation of color #B07031: hue angle of 29.76º 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 #B07031 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 49 -
CMYK 0 0.36 0.72 0.31
HSL 29.76º 0.56% 0.44% -
HSV(B) 29.76º 0.72% 0.69% -
XYZ 24.25 21.04 5.69 -
YUV 123.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 176 112 49 0 0.36 0.72 0.31 29.76 0.56 0.44
Hex B0 70 31 0 24 48 1F 1E 38 2C
Octal 260 160 61 0 44 110 37 36 70 54
Binary 10110000 1110000 110001 0 100100 1001000 11111 11110 111000 101100

Color Harmonies of #B07031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07031

Black with #B07031

Text Example


Text Example

White with #B07031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07031; }

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

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

background-color css

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

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

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

border-color css

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

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

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