Html Css Color HEX #BB910A Dark Goldenrod

📋 copy color: '#BB910A'

red 187 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #BB910A

Tints of Dark Goldenrod #BB910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 54.68%
G = 42.4%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB910A (or 0xBB910A) is known color: Dark Goldenrod. HEX triplet: BB, 91 and 0A. RGB value is (187,145,10). Sum of RGB (Red+Green+Blue) = 187+145+10=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB910A is #446EF5. Grayscale: #8E8E8E. Windows color (decimal): -4484854 or 692667. OLE color: 692667.

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

Color convert

RGB 187 145 10 -
CMYK 0 0.22 0.95 0.27
HSL 45.76º 0.9% 0.39% -
HSV(B) 45.76º 0.95% 0.73% -
XYZ 30.67 30.84 4.62 -
YUV 142.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 187 145 10 0 0.22 0.95 0.27 45.76 0.9 0.39
Hex BB 91 A 0 16 5F 1B 2E 5A 27
Octal 273 221 12 0 26 137 33 56 132 47
Binary 10111011 10010001 1010 0 10110 1011111 11011 101110 1011010 100111

Color Harmonies of #BB910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB910A

Black with #BB910A

Text Example


Text Example

White with #BB910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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