Html Css Color HEX #B06F03 Dark Goldenrod

📋 copy color: '#B06F03'

red 176 ◦ green 111 ◦ blue 3

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

Shades of Dark Goldenrod #B06F03

Tints of Dark Goldenrod #B06F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 60.69%
G = 38.28%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B06F03 (or 0xB06F03) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 03. RGB value is (176,111,3). Sum of RGB (Red+Green+Blue) = 176+111+3=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F03 is #4F90FC. Grayscale: #767676. Windows color (decimal): -5214461 or 225200. OLE color: 225200.

HSL color Cylindrical-coordinate representation of color #B06F03: hue angle of 37.46º degrees, saturation: 0.97, 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 #B06F03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 3 -
CMYK 0 0.37 0.98 0.31
HSL 37.46º 0.97% 0.35% -
HSV(B) 37.46º 0.98% 0.69% -
XYZ 23.61 20.61 2.82 -
YUV 118.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 176 111 3 0 0.37 0.98 0.31 37.46 0.97 0.35
Hex B0 6F 3 0 25 62 1F 25 61 23
Octal 260 157 3 0 45 142 37 45 141 43
Binary 10110000 1101111 11 0 100101 1100010 11111 100101 1100001 100011

Color Harmonies of #B06F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F03

Black with #B06F03

Text Example


Text Example

White with #B06F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F03; }

 p { color: rgb(176,111,3); }

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

background-color css

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

 a { background-color: rgb(176,111,3); }

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

border-color css

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

 span { border-color: rgb(176,111,3); }

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