Html Css Color HEX #BB8D14 Dark Goldenrod

📋 copy color: '#BB8D14'

red 187 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #BB8D14

Tints of Dark Goldenrod #BB8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 53.74%
G = 40.52%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8D14 (or 0xBB8D14) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 14. RGB value is (187,141,20). Sum of RGB (Red+Green+Blue) = 187+141+20=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D14 is #4472EB. Grayscale: #8D8D8D. Windows color (decimal): -4485868 or 1347003. OLE color: 1347003.

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

Color convert

RGB 187 141 20 -
CMYK 0 0.25 0.89 0.27
HSL 43.47º 0.81% 0.41% -
HSV(B) 43.47º 0.89% 0.73% -
XYZ 30.14 29.67 4.8 -
YUV 140.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 187 141 20 0 0.25 0.89 0.27 43.47 0.81 0.41
Hex BB 8D 14 0 19 59 1B 2B 51 29
Octal 273 215 24 0 31 131 33 53 121 51
Binary 10111011 10001101 10100 0 11001 1011001 11011 101011 1010001 101001

Color Harmonies of #BB8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D14

Black with #BB8D14

Text Example


Text Example

White with #BB8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D14; }

 p { color: rgb(187,141,20); }

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

background-color css

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

 a { background-color: rgb(187,141,20); }

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

border-color css

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

 span { border-color: rgb(187,141,20); }

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