Html Css Color HEX #BB9300 Dark Goldenrod

📋 copy color: '#BB9300'

red 187 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #BB9300

Tints of Dark Goldenrod #BB9300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 55.99%
G = 44.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB9300 (or 0xBB9300) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 00. RGB value is (187,147,0). Sum of RGB (Red+Green+Blue) = 187+147+0=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9300 is #446CFF. Grayscale: #8E8E8E. Windows color (decimal): -4484352 or 37819. OLE color: 37819.

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

Color convert

RGB 187 147 0 -
CMYK 0 0.21 1 0.27
HSL 47.17º 1% 0.37% -
HSV(B) 47.17º 1% 0.73% -
XYZ 30.93 31.43 4.44 -
YUV 142.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 187 147 0 0 0.21 1 0.27 47.17 1 0.37
Hex BB 93 0 0 15 64 1B 2F 64 25
Octal 273 223 0 0 25 144 33 57 144 45
Binary 10111011 10010011 0 0 10101 1100100 11011 101111 1100100 100101

Color Harmonies of #BB9300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9300

Black with #BB9300

Text Example


Text Example

White with #BB9300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9300; }

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

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

background-color css

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

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

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

border-color css

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

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

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