Html Css Color HEX #BB950A Dark Goldenrod

📋 copy color: '#BB950A'

red 187 ◦ green 149 ◦ blue 10

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

Shades of Dark Goldenrod #BB950A

Tints of Dark Goldenrod #BB950A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 54.05%
G = 43.06%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB950A (or 0xBB950A) is known color: Dark Goldenrod. HEX triplet: BB, 95 and 0A. RGB value is (187,149,10). Sum of RGB (Red+Green+Blue) = 187+149+10=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB950A is #446AF5. Grayscale: #919191. Windows color (decimal): -4483830 or 693691. OLE color: 693691.

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

Color convert

RGB 187 149 10 -
CMYK 0 0.20 0.95 0.27
HSL 47.12º 0.9% 0.39% -
HSV(B) 47.12º 0.95% 0.73% -
XYZ 31.3 32.08 4.83 -
YUV 144.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 187 149 10 0 0.20 0.95 0.27 47.12 0.9 0.39
Hex BB 95 A 0 14 5F 1B 2F 5A 27
Octal 273 225 12 0 24 137 33 57 132 47
Binary 10111011 10010101 1010 0 10100 1011111 11011 101111 1011010 100111

Color Harmonies of #BB950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB950A

Black with #BB950A

Text Example


Text Example

White with #BB950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB950A; }

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

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

background-color css

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

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

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

border-color css

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

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

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