Html Css Color HEX #B06924 Reno Sand

📋 copy color: '#B06924'

red 176 ◦ green 105 ◦ blue 36

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

Shades of Reno Sand #B06924

Tints of Reno Sand #B06924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

 BLUE value IS 36 (14.45% from 255) = 11.36%

R = 55.52%
G = 33.12%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06924 (or 0xB06924) is known color: Reno Sand. HEX triplet: B0, 69 and 24. RGB value is (176,105,36). Sum of RGB (Red+Green+Blue) = 176+105+36=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06924 is #4F96DB. Grayscale: #767676. Windows color (decimal): -5215964 or 2386352. OLE color: 2386352.

HSL color Cylindrical-coordinate representation of color #B06924: hue angle of 29.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06924 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 36 -
CMYK 0 0.40 0.80 0.31
HSL 29.57º 0.66% 0.42% -
HSV(B) 29.57º 0.8% 0.69% -
XYZ 23.27 19.46 4.2 -
YUV 118.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 176 105 36 0 0.40 0.80 0.31 29.57 0.66 0.42
Hex B0 69 24 0 28 50 1F 1E 42 2A
Octal 260 151 44 0 50 120 37 36 102 52
Binary 10110000 1101001 100100 0 101000 1010000 11111 11110 1000010 101010

Color Harmonies of #B06924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06924

Black with #B06924

Text Example


Text Example

White with #B06924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06924; }

 p { color: rgb(176,105,36); }

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

background-color css

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

 a { background-color: rgb(176,105,36); }

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

border-color css

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

 span { border-color: rgb(176,105,36); }

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