Html Css Color HEX #BB9700 Dark Goldenrod

📋 copy color: '#BB9700'

red 187 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #BB9700

Tints of Dark Goldenrod #BB9700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.33%
G = 44.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB9700 (or 0xBB9700) is known color: Dark Goldenrod. HEX triplet: BB, 97 and 00. RGB value is (187,151,0). Sum of RGB (Red+Green+Blue) = 187+151+0=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9700 is #4468FF. Grayscale: #919191. Windows color (decimal): -4483328 or 38843. OLE color: 38843.

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

Color convert

RGB 187 151 0 -
CMYK 0 0.19 1 0.27
HSL 48.45º 1% 0.37% -
HSV(B) 48.45º 1% 0.73% -
XYZ 31.56 32.7 4.65 -
YUV 144.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 187 151 0 0 0.19 1 0.27 48.45 1 0.37
Hex BB 97 0 0 13 64 1B 30 64 25
Octal 273 227 0 0 23 144 33 60 144 45
Binary 10111011 10010111 0 0 10011 1100100 11011 110000 1100100 100101

Color Harmonies of #BB9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9700

Black with #BB9700

Text Example


Text Example

White with #BB9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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