Html Css Color HEX #BB9101 Dark Goldenrod

📋 copy color: '#BB9101'

red 187 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #BB9101

Tints of Dark Goldenrod #BB9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.54%

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

R = 56.16%
G = 43.54%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB9101 (or 0xBB9101) is known color: Dark Goldenrod. HEX triplet: BB, 91 and 01. RGB value is (187,145,1). Sum of RGB (Red+Green+Blue) = 187+145+1=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9101 is #446EFE. Grayscale: #8D8D8D. Windows color (decimal): -4484863 or 102843. OLE color: 102843.

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

Color convert

RGB 187 145 1 -
CMYK 0 0.22 0.99 0.27
HSL 46.45º 0.99% 0.37% -
HSV(B) 46.45º 0.99% 0.73% -
XYZ 30.62 30.82 4.36 -
YUV 141.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 187 145 1 0 0.22 0.99 0.27 46.45 0.99 0.37
Hex BB 91 1 0 16 63 1B 2E 63 25
Octal 273 221 1 0 26 143 33 56 143 45
Binary 10111011 10010001 1 0 10110 1100011 11011 101110 1100011 100101

Color Harmonies of #BB9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9101

Black with #BB9101

Text Example


Text Example

White with #BB9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9101; }

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

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

background-color css

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

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

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

border-color css

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

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

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