Html Css Color HEX #BB900B Dark Goldenrod

📋 copy color: '#BB900B'

red 187 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #BB900B

Tints of Dark Goldenrod #BB900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 54.68%
G = 42.11%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB900B (or 0xBB900B) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 0B. RGB value is (187,144,11). Sum of RGB (Red+Green+Blue) = 187+144+11=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB900B is #446FF4. Grayscale: #8E8E8E. Windows color (decimal): -4485109 or 757947. OLE color: 757947.

HSL color Cylindrical-coordinate representation of color #BB900B: hue angle of 45.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB900B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 11 -
CMYK 0 0.23 0.94 0.27
HSL 45.34º 0.89% 0.39% -
HSV(B) 45.34º 0.94% 0.73% -
XYZ 30.53 30.54 4.6 -
YUV 141.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 187 144 11 0 0.23 0.94 0.27 45.34 0.89 0.39
Hex BB 90 B 0 17 5E 1B 2D 59 27
Octal 273 220 13 0 27 136 33 55 131 47
Binary 10111011 10010000 1011 0 10111 1011110 11011 101101 1011001 100111

Color Harmonies of #BB900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB900B

Black with #BB900B

Text Example


Text Example

White with #BB900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB900B; }

 p { color: rgb(187,144,11); }

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

background-color css

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

 a { background-color: rgb(187,144,11); }

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

border-color css

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

 span { border-color: rgb(187,144,11); }

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