Html Css Color HEX #B08F07 Dark Goldenrod

📋 copy color: '#B08F07'

red 176 ◦ green 143 ◦ blue 7

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

Shades of Dark Goldenrod #B08F07

Tints of Dark Goldenrod #B08F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 53.99%
G = 43.87%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B08F07 (or 0xB08F07) is known color: Dark Goldenrod. HEX triplet: B0, 8F and 07. RGB value is (176,143,7). Sum of RGB (Red+Green+Blue) = 176+143+7=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08F07 is #4F70F8. Grayscale: #898989. Windows color (decimal): -5206265 or 495536. OLE color: 495536.

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

Color convert

RGB 176 143 7 -
CMYK 0 0.19 0.96 0.31
HSL 48.28º 0.92% 0.36% -
HSV(B) 48.28º 0.96% 0.69% -
XYZ 27.77 28.89 4.31 -
YUV 137.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 176 143 7 0 0.19 0.96 0.31 48.28 0.92 0.36
Hex B0 8F 7 0 13 60 1F 30 5C 24
Octal 260 217 7 0 23 140 37 60 134 44
Binary 10110000 10001111 111 0 10011 1100000 11111 110000 1011100 100100

Color Harmonies of #B08F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F07

Black with #B08F07

Text Example


Text Example

White with #B08F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F07; }

 p { color: rgb(176,143,7); }

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

background-color css

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

 a { background-color: rgb(176,143,7); }

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

border-color css

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

 span { border-color: rgb(176,143,7); }

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