Html Css Color HEX #B06434 Reno Sand

📋 copy color: '#B06434'

red 176 ◦ green 100 ◦ blue 52

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

Shades of Reno Sand #B06434

Tints of Reno Sand #B06434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 53.66%
G = 30.49%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06434 (or 0xB06434) is known color: Reno Sand. HEX triplet: B0, 64 and 34. RGB value is (176,100,52). Sum of RGB (Red+Green+Blue) = 176+100+52=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06434 is #4F9BCB. Grayscale: #757575. Windows color (decimal): -5217228 or 3433648. OLE color: 3433648.

HSL color Cylindrical-coordinate representation of color #B06434: hue angle of 23.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B06434 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 52 -
CMYK 0 0.43 0.70 0.31
HSL 23.23º 0.54% 0.45% -
HSV(B) 23.23º 0.7% 0.69% -
XYZ 23.08 18.59 5.62 -
YUV 117.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 176 100 52 0 0.43 0.70 0.31 23.23 0.54 0.45
Hex B0 64 34 0 2B 46 1F 17 36 2D
Octal 260 144 64 0 53 106 37 27 66 55
Binary 10110000 1100100 110100 0 101011 1000110 11111 10111 110110 101101

Color Harmonies of #B06434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06434

Black with #B06434

Text Example


Text Example

White with #B06434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06434; }

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

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

background-color css

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

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

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

border-color css

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

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

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