Html Css Color HEX #BB940C Dark Goldenrod

📋 copy color: '#BB940C'

red 187 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #BB940C

Tints of Dark Goldenrod #BB940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 53.89%
G = 42.65%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB940C (or 0xBB940C) is known color: Dark Goldenrod. HEX triplet: BB, 94 and 0C. RGB value is (187,148,12). Sum of RGB (Red+Green+Blue) = 187+148+12=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB940C is #446BF3. Grayscale: #909090. Windows color (decimal): -4484084 or 824507. OLE color: 824507.

HSL color Cylindrical-coordinate representation of color #BB940C: hue angle of 46.63º degrees, saturation: 0.88, 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 #BB940C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 12 -
CMYK 0 0.21 0.94 0.27
HSL 46.63º 0.88% 0.39% -
HSV(B) 46.63º 0.94% 0.73% -
XYZ 31.15 31.77 4.84 -
YUV 144.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 187 148 12 0 0.21 0.94 0.27 46.63 0.88 0.39
Hex BB 94 C 0 15 5E 1B 2F 58 27
Octal 273 224 14 0 25 136 33 57 130 47
Binary 10111011 10010100 1100 0 10101 1011110 11011 101111 1011000 100111

Color Harmonies of #BB940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB940C

Black with #BB940C

Text Example


Text Example

White with #BB940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB940C; }

 p { color: rgb(187,148,12); }

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

background-color css

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

 a { background-color: rgb(187,148,12); }

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

border-color css

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

 span { border-color: rgb(187,148,12); }

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