Html Css Color HEX #BB940D Dark Goldenrod

📋 copy color: '#BB940D'

red 187 ◦ green 148 ◦ blue 13

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

Shades of Dark Goldenrod #BB940D

Tints of Dark Goldenrod #BB940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 53.74%
G = 42.53%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB940D (or 0xBB940D) is known color: Dark Goldenrod. HEX triplet: BB, 94 and 0D. RGB value is (187,148,13). Sum of RGB (Red+Green+Blue) = 187+148+13=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB940D is #446BF2. Grayscale: #909090. Windows color (decimal): -4484083 or 890043. OLE color: 890043.

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

Color convert

RGB 187 148 13 -
CMYK 0 0.21 0.93 0.27
HSL 46.55º 0.87% 0.39% -
HSV(B) 46.55º 0.93% 0.73% -
XYZ 31.16 31.77 4.87 -
YUV 144.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 187 148 13 0 0.21 0.93 0.27 46.55 0.87 0.39
Hex BB 94 D 0 15 5D 1B 2F 57 27
Octal 273 224 15 0 25 135 33 57 127 47
Binary 10111011 10010100 1101 0 10101 1011101 11011 101111 1010111 100111

Color Harmonies of #BB940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB940D

Black with #BB940D

Text Example


Text Example

White with #BB940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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