Html Css Color HEX #BB890C Dark Goldenrod

📋 copy color: '#BB890C'

red 187 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #BB890C

Tints of Dark Goldenrod #BB890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 55.65%
G = 40.77%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB890C (or 0xBB890C) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 0C. RGB value is (187,137,12). Sum of RGB (Red+Green+Blue) = 187+137+12=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB890C is #4476F3. Grayscale: #8A8A8A. Windows color (decimal): -4486900 or 821691. OLE color: 821691.

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

Color convert

RGB 187 137 12 -
CMYK 0 0.27 0.94 0.27
HSL 42.86º 0.88% 0.39% -
HSV(B) 42.86º 0.94% 0.73% -
XYZ 29.51 28.48 4.29 -
YUV 137.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 187 137 12 0 0.27 0.94 0.27 42.86 0.88 0.39
Hex BB 89 C 0 1B 5E 1B 2B 58 27
Octal 273 211 14 0 33 136 33 53 130 47
Binary 10111011 10001001 1100 0 11011 1011110 11011 101011 1011000 100111

Color Harmonies of #BB890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB890C

Black with #BB890C

Text Example


Text Example

White with #BB890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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