Html Css Color HEX #B06F09 Dark Goldenrod

📋 copy color: '#B06F09'

red 176 ◦ green 111 ◦ blue 9

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

Shades of Dark Goldenrod #B06F09

Tints of Dark Goldenrod #B06F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 59.46%
G = 37.5%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B06F09 (or 0xB06F09) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 09. RGB value is (176,111,9). Sum of RGB (Red+Green+Blue) = 176+111+9=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F09 is #4F90F6. Grayscale: #777777. Windows color (decimal): -5214455 or 618416. OLE color: 618416.

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

Color convert

RGB 176 111 9 -
CMYK 0 0.37 0.95 0.31
HSL 36.65º 0.9% 0.36% -
HSV(B) 36.65º 0.95% 0.69% -
XYZ 23.64 20.62 2.99 -
YUV 118.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 176 111 9 0 0.37 0.95 0.31 36.65 0.9 0.36
Hex B0 6F 9 0 25 5F 1F 25 5A 24
Octal 260 157 11 0 45 137 37 45 132 44
Binary 10110000 1101111 1001 0 100101 1011111 11111 100101 1011010 100100

Color Harmonies of #B06F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F09

Black with #B06F09

Text Example


Text Example

White with #B06F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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