Html Css Color HEX #B06922 Reno Sand

📋 copy color: '#B06922'

red 176 ◦ green 105 ◦ blue 34

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

Shades of Reno Sand #B06922

Tints of Reno Sand #B06922

RGB

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

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

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

R = 55.87%
G = 33.33%
B = 10.79%

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

#B06922 (or 0xB06922) is known color: Reno Sand. HEX triplet: B0, 69 and 22. RGB value is (176,105,34). Sum of RGB (Red+Green+Blue) = 176+105+34=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B06922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06922 is #4F96DD. Grayscale: #767676. Windows color (decimal): -5215966 or 2255280. OLE color: 2255280.

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

Color convert

RGB 176 105 34 -
CMYK 0 0.40 0.81 0.31
HSL 30º 0.68% 0.41% -
HSV(B) 30º 0.81% 0.69% -
XYZ 23.24 19.45 4.04 -
YUV 118.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 176 105 34 0 0.40 0.81 0.31 30 0.68 0.41
Hex B0 69 22 0 28 51 1F 1E 44 29
Octal 260 151 42 0 50 121 37 36 104 51
Binary 10110000 1101001 100010 0 101000 1010001 11111 11110 1000100 101001

Color Harmonies of #B06922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06922

Black with #B06922

Text Example


Text Example

White with #B06922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06922; }

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

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

background-color css

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

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

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

border-color css

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

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

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