Html Css Color HEX #B08C04 Dark Goldenrod

📋 copy color: '#B08C04'

red 176 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #B08C04

Tints of Dark Goldenrod #B08C04

RGB

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

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

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

R = 55%
G = 43.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B08C04 (or 0xB08C04) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 04. RGB value is (176,140,4). Sum of RGB (Red+Green+Blue) = 176+140+4=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C04 is #4F73FB. Grayscale: #878787. Windows color (decimal): -5207036 or 298160. OLE color: 298160.

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

Color convert

RGB 176 140 4 -
CMYK 0 0.20 0.98 0.31
HSL 47.44º 0.96% 0.35% -
HSV(B) 47.44º 0.98% 0.69% -
XYZ 27.3 28 4.08 -
YUV 135.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 176 140 4 0 0.20 0.98 0.31 47.44 0.96 0.35
Hex B0 8C 4 0 14 62 1F 2F 60 23
Octal 260 214 4 0 24 142 37 57 140 43
Binary 10110000 10001100 100 0 10100 1100010 11111 101111 1100000 100011

Color Harmonies of #B08C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C04

Black with #B08C04

Text Example


Text Example

White with #B08C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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