Html Css Color HEX #B06A2B Reno Sand

📋 copy color: '#B06A2B'

red 176 ◦ green 106 ◦ blue 43

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

Shades of Reno Sand #B06A2B

Tints of Reno Sand #B06A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 54.15%
G = 32.62%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B06A2B (or 0xB06A2B) is known color: Reno Sand. HEX triplet: B0, 6A and 2B. RGB value is (176,106,43). Sum of RGB (Red+Green+Blue) = 176+106+43=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A2B is #4F95D4. Grayscale: #787878. Windows color (decimal): -5215701 or 2845360. OLE color: 2845360.

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

Color convert

RGB 176 106 43 -
CMYK 0 0.40 0.76 0.31
HSL 28.42º 0.61% 0.43% -
HSV(B) 28.42º 0.76% 0.69% -
XYZ 23.49 19.71 4.85 -
YUV 119.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 176 106 43 0 0.40 0.76 0.31 28.42 0.61 0.43
Hex B0 6A 2B 0 28 4C 1F 1C 3D 2B
Octal 260 152 53 0 50 114 37 34 75 53
Binary 10110000 1101010 101011 0 101000 1001100 11111 11100 111101 101011

Color Harmonies of #B06A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A2B

Black with #B06A2B

Text Example


Text Example

White with #B06A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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