Html Css Color HEX #B06431 Reno Sand

📋 copy color: '#B06431'

red 176 ◦ green 100 ◦ blue 49

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

Shades of Reno Sand #B06431

Tints of Reno Sand #B06431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 54.15%
G = 30.77%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B06431 (or 0xB06431) is known color: Reno Sand. HEX triplet: B0, 64 and 31. RGB value is (176,100,49). Sum of RGB (Red+Green+Blue) = 176+100+49=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06431 is #4F9BCE. Grayscale: #757575. Windows color (decimal): -5217231 or 3237040. OLE color: 3237040.

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

Color convert

RGB 176 100 49 -
CMYK 0 0.43 0.72 0.31
HSL 24.09º 0.56% 0.44% -
HSV(B) 24.09º 0.72% 0.69% -
XYZ 23.02 18.57 5.28 -
YUV 116.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 176 100 49 0 0.43 0.72 0.31 24.09 0.56 0.44
Hex B0 64 31 0 2B 48 1F 18 38 2C
Octal 260 144 61 0 53 110 37 30 70 54
Binary 10110000 1100100 110001 0 101011 1001000 11111 11000 111000 101100

Color Harmonies of #B06431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06431

Black with #B06431

Text Example


Text Example

White with #B06431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06431; }

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

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

background-color css

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

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

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

border-color css

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

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

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