Html Css Color HEX #B06A04 Golden Brown

📋 copy color: '#B06A04'

red 176 ◦ green 106 ◦ blue 4

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

Shades of Golden Brown #B06A04

Tints of Golden Brown #B06A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 61.54%
G = 37.06%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B06A04 (or 0xB06A04) is known color: Golden Brown. HEX triplet: B0, 6A and 04. RGB value is (176,106,4). Sum of RGB (Red+Green+Blue) = 176+106+4=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A04 is #4F95FB. Grayscale: #737373. Windows color (decimal): -5215740 or 289456. OLE color: 289456.

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

Color convert

RGB 176 106 4 -
CMYK 0 0.40 0.98 0.31
HSL 35.58º 0.96% 0.35% -
HSV(B) 35.58º 0.98% 0.69% -
XYZ 23.08 19.55 2.67 -
YUV 115.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 176 106 4 0 0.40 0.98 0.31 35.58 0.96 0.35
Hex B0 6A 4 0 28 62 1F 24 60 23
Octal 260 152 4 0 50 142 37 44 140 43
Binary 10110000 1101010 100 0 101000 1100010 11111 100100 1100000 100011

Color Harmonies of #B06A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A04

Black with #B06A04

Text Example


Text Example

White with #B06A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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