Html Css Color HEX #B06A32 Reno Sand

📋 copy color: '#B06A32'

red 176 ◦ green 106 ◦ blue 50

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

Shades of Reno Sand #B06A32

Tints of Reno Sand #B06A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 53.01%
G = 31.93%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B06A32 (or 0xB06A32) is known color: Reno Sand. HEX triplet: B0, 6A and 32. RGB value is (176,106,50). Sum of RGB (Red+Green+Blue) = 176+106+50=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A32 is #4F95CD. Grayscale: #787878. Windows color (decimal): -5215694 or 3304112. OLE color: 3304112.

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

Color convert

RGB 176 106 50 -
CMYK 0 0.40 0.72 0.31
HSL 26.67º 0.56% 0.44% -
HSV(B) 26.67º 0.72% 0.69% -
XYZ 23.63 19.77 5.59 -
YUV 120.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 176 106 50 0 0.40 0.72 0.31 26.67 0.56 0.44
Hex B0 6A 32 0 28 48 1F 1B 38 2C
Octal 260 152 62 0 50 110 37 33 70 54
Binary 10110000 1101010 110010 0 101000 1001000 11111 11011 111000 101100

Color Harmonies of #B06A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A32

Black with #B06A32

Text Example


Text Example

White with #B06A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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