Html Css Color HEX #BB9704 Dark Goldenrod

📋 copy color: '#BB9704'

red 187 ◦ green 151 ◦ blue 4

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

Shades of Dark Goldenrod #BB9704

Tints of Dark Goldenrod #BB9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

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

R = 54.68%
G = 44.15%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9704 (or 0xBB9704) is known color: Dark Goldenrod. HEX triplet: BB, 97 and 04. RGB value is (187,151,4). Sum of RGB (Red+Green+Blue) = 187+151+4=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9704 is #4468FB. Grayscale: #919191. Windows color (decimal): -4483324 or 300987. OLE color: 300987.

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

Color convert

RGB 187 151 4 -
CMYK 0 0.19 0.98 0.27
HSL 48.2º 0.96% 0.37% -
HSV(B) 48.2º 0.98% 0.73% -
XYZ 31.58 32.71 4.76 -
YUV 145.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 187 151 4 0 0.19 0.98 0.27 48.2 0.96 0.37
Hex BB 97 4 0 13 62 1B 30 60 25
Octal 273 227 4 0 23 142 33 60 140 45
Binary 10111011 10010111 100 0 10011 1100010 11011 110000 1100000 100101

Color Harmonies of #BB9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9704

Black with #BB9704

Text Example


Text Example

White with #BB9704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9704; }

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

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

background-color css

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

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

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

border-color css

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

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

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