Html Css Color HEX #B08C07 Dark Goldenrod

📋 copy color: '#B08C07'

red 176 ◦ green 140 ◦ blue 7

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

Shades of Dark Goldenrod #B08C07

Tints of Dark Goldenrod #B08C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 54.49%
G = 43.34%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B08C07 (or 0xB08C07) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 07. RGB value is (176,140,7). Sum of RGB (Red+Green+Blue) = 176+140+7=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C07 is #4F73F8. Grayscale: #888888. Windows color (decimal): -5207033 or 494768. OLE color: 494768.

HSL color Cylindrical-coordinate representation of color #B08C07: hue angle of 47.22º 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 #B08C07 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 7 -
CMYK 0 0.20 0.96 0.31
HSL 47.22º 0.92% 0.36% -
HSV(B) 47.22º 0.96% 0.69% -
XYZ 27.32 28 4.17 -
YUV 135.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 176 140 7 0 0.20 0.96 0.31 47.22 0.92 0.36
Hex B0 8C 7 0 14 60 1F 2F 5C 24
Octal 260 214 7 0 24 140 37 57 134 44
Binary 10110000 10001100 111 0 10100 1100000 11111 101111 1011100 100100

Color Harmonies of #B08C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C07

Black with #B08C07

Text Example


Text Example

White with #B08C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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