Html Css Color HEX #BB8D04 Dark Goldenrod

📋 copy color: '#BB8D04'

red 187 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #BB8D04

Tints of Dark Goldenrod #BB8D04

RGB

 RED value IS 187 (73.44% from 255) = 56.33%

 GREEN value IS 141 (55.47% from 255) = 42.47%

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

R = 56.33%
G = 42.47%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB8D04 (or 0xBB8D04) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 04. RGB value is (187,141,4). Sum of RGB (Red+Green+Blue) = 187+141+4=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D04 is #4472FB. Grayscale: #8B8B8B. Windows color (decimal): -4485884 or 298427. OLE color: 298427.

HSL color Cylindrical-coordinate representation of color #BB8D04: hue angle of 44.92º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB8D04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 4 -
CMYK 0 0.25 0.98 0.27
HSL 44.92º 0.96% 0.37% -
HSV(B) 44.92º 0.98% 0.73% -
XYZ 30.04 29.62 4.25 -
YUV 139.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 187 141 4 0 0.25 0.98 0.27 44.92 0.96 0.37
Hex BB 8D 4 0 19 62 1B 2D 60 25
Octal 273 215 4 0 31 142 33 55 140 45
Binary 10111011 10001101 100 0 11001 1100010 11011 101101 1100000 100101

Color Harmonies of #BB8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D04

Black with #BB8D04

Text Example


Text Example

White with #BB8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D04; }

 p { color: rgb(187,141,4); }

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

background-color css

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

 a { background-color: rgb(187,141,4); }

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

border-color css

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

 span { border-color: rgb(187,141,4); }

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