Html Css Color HEX #BB7D04 Dark Goldenrod

📋 copy color: '#BB7D04'

red 187 ◦ green 125 ◦ blue 4

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

Shades of Dark Goldenrod #BB7D04

Tints of Dark Goldenrod #BB7D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

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

R = 59.18%
G = 39.56%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7D04 (or 0xBB7D04) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 04. RGB value is (187,125,4). Sum of RGB (Red+Green+Blue) = 187+125+4=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D04 is #4482FB. Grayscale: #828282. Windows color (decimal): -4489980 or 294331. OLE color: 294331.

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

Color convert

RGB 187 125 4 -
CMYK 0 0.33 0.98 0.27
HSL 39.67º 0.96% 0.37% -
HSV(B) 39.67º 0.98% 0.73% -
XYZ 27.85 25.24 3.52 -
YUV 129.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 187 125 4 0 0.33 0.98 0.27 39.67 0.96 0.37
Hex BB 7D 4 0 21 62 1B 28 60 25
Octal 273 175 4 0 41 142 33 50 140 45
Binary 10111011 1111101 100 0 100001 1100010 11011 101000 1100000 100101

Color Harmonies of #BB7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D04

Black with #BB7D04

Text Example


Text Example

White with #BB7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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