Html Css Color HEX #B06824 Reno Sand

📋 copy color: '#B06824'

red 176 ◦ green 104 ◦ blue 36

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

Shades of Reno Sand #B06824

Tints of Reno Sand #B06824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 55.7%
G = 32.91%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06824 (or 0xB06824) is known color: Reno Sand. HEX triplet: B0, 68 and 24. RGB value is (176,104,36). Sum of RGB (Red+Green+Blue) = 176+104+36=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B06824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06824 is #4F97DB. Grayscale: #767676. Windows color (decimal): -5216220 or 2386096. OLE color: 2386096.

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

Color convert

RGB 176 104 36 -
CMYK 0 0.41 0.80 0.31
HSL 29.14º 0.66% 0.42% -
HSV(B) 29.14º 0.8% 0.69% -
XYZ 23.17 19.26 4.16 -
YUV 117.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 176 104 36 0 0.41 0.80 0.31 29.14 0.66 0.42
Hex B0 68 24 0 29 50 1F 1D 42 2A
Octal 260 150 44 0 51 120 37 35 102 52
Binary 10110000 1101000 100100 0 101001 1010000 11111 11101 1000010 101010

Color Harmonies of #B06824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06824

Black with #B06824

Text Example


Text Example

White with #B06824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06824; }

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

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

background-color css

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

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

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

border-color css

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

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

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