Html Css Color HEX #B06A06 Golden Brown

📋 copy color: '#B06A06'

red 176 ◦ green 106 ◦ blue 6

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

Shades of Golden Brown #B06A06

Tints of Golden Brown #B06A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 61.11%
G = 36.81%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B06A06 (or 0xB06A06) is known color: Golden Brown. HEX triplet: B0, 6A and 06. RGB value is (176,106,6). Sum of RGB (Red+Green+Blue) = 176+106+6=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A06 is #4F95F9. Grayscale: #747474. Windows color (decimal): -5215738 or 420528. OLE color: 420528.

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

Color convert

RGB 176 106 6 -
CMYK 0 0.40 0.97 0.31
HSL 35.29º 0.93% 0.36% -
HSV(B) 35.29º 0.97% 0.69% -
XYZ 23.09 19.55 2.73 -
YUV 115.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 176 106 6 0 0.40 0.97 0.31 35.29 0.93 0.36
Hex B0 6A 6 0 28 61 1F 23 5D 24
Octal 260 152 6 0 50 141 37 43 135 44
Binary 10110000 1101010 110 0 101000 1100001 11111 100011 1011101 100100

Color Harmonies of #B06A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A06

Black with #B06A06

Text Example


Text Example

White with #B06A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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