Html Css Color HEX #B06820 Reno Sand

📋 copy color: '#B06820'

red 176 ◦ green 104 ◦ blue 32

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

Shades of Reno Sand #B06820

Tints of Reno Sand #B06820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 56.41%
G = 33.33%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B06820 (or 0xB06820) is known color: Reno Sand. HEX triplet: B0, 68 and 20. RGB value is (176,104,32). Sum of RGB (Red+Green+Blue) = 176+104+32=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06820 is #4F97DF. Grayscale: #757575. Windows color (decimal): -5216224 or 2123952. OLE color: 2123952.

HSL color Cylindrical-coordinate representation of color #B06820: hue angle of 30º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B06820 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 32 -
CMYK 0 0.41 0.82 0.31
HSL 30º 0.69% 0.41% -
HSV(B) 30º 0.82% 0.69% -
XYZ 23.12 19.24 3.86 -
YUV 117.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 176 104 32 0 0.41 0.82 0.31 30 0.69 0.41
Hex B0 68 20 0 29 52 1F 1E 45 29
Octal 260 150 40 0 51 122 37 36 105 51
Binary 10110000 1101000 100000 0 101001 1010010 11111 11110 1000101 101001

Color Harmonies of #B06820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06820

Black with #B06820

Text Example


Text Example

White with #B06820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06820; }

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

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

background-color css

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

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

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

border-color css

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

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

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