Html Css Color HEX #BB9A01 Dark Goldenrod

📋 copy color: '#BB9A01'

red 187 ◦ green 154 ◦ blue 1

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

Shades of Dark Goldenrod #BB9A01

Tints of Dark Goldenrod #BB9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 54.68%
G = 45.03%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB9A01 (or 0xBB9A01) is known color: Dark Goldenrod. HEX triplet: BB, 9A and 01. RGB value is (187,154,1). Sum of RGB (Red+Green+Blue) = 187+154+1=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A01 is #4465FE. Grayscale: #939393. Windows color (decimal): -4482559 or 105147. OLE color: 105147.

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

Color convert

RGB 187 154 1 -
CMYK 0 0.18 0.99 0.27
HSL 49.35º 0.99% 0.37% -
HSV(B) 49.35º 0.99% 0.73% -
XYZ 32.05 33.68 4.84 -
YUV 146.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 187 154 1 0 0.18 0.99 0.27 49.35 0.99 0.37
Hex BB 9A 1 0 12 63 1B 31 63 25
Octal 273 232 1 0 22 143 33 61 143 45
Binary 10111011 10011010 1 0 10010 1100011 11011 110001 1100011 100101

Color Harmonies of #BB9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A01

Black with #BB9A01

Text Example


Text Example

White with #BB9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A01; }

 p { color: rgb(187,154,1); }

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

background-color css

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

 a { background-color: rgb(187,154,1); }

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

border-color css

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

 span { border-color: rgb(187,154,1); }

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