Html Css Color HEX #B06A22 Reno Sand

📋 copy color: '#B06A22'

red 176 ◦ green 106 ◦ blue 34

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

Shades of Reno Sand #B06A22

Tints of Reno Sand #B06A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 34 (13.67% from 255) = 10.76%

R = 55.7%
G = 33.54%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06A22 (or 0xB06A22) is known color: Reno Sand. HEX triplet: B0, 6A and 22. RGB value is (176,106,34). Sum of RGB (Red+Green+Blue) = 176+106+34=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A22 is #4F95DD. Grayscale: #777777. Windows color (decimal): -5215710 or 2255536. OLE color: 2255536.

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

Color convert

RGB 176 106 34 -
CMYK 0 0.40 0.81 0.31
HSL 30.42º 0.68% 0.41% -
HSV(B) 30.42º 0.81% 0.69% -
XYZ 23.35 19.65 4.08 -
YUV 118.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 176 106 34 0 0.40 0.81 0.31 30.42 0.68 0.41
Hex B0 6A 22 0 28 51 1F 1E 44 29
Octal 260 152 42 0 50 121 37 36 104 51
Binary 10110000 1101010 100010 0 101000 1010001 11111 11110 1000100 101001

Color Harmonies of #B06A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A22

Black with #B06A22

Text Example


Text Example

White with #B06A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A22; }

 p { color: rgb(176,106,34); }

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

background-color css

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

 a { background-color: rgb(176,106,34); }

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

border-color css

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

 span { border-color: rgb(176,106,34); }

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