Html Css Color HEX #BF890C Dark Goldenrod

📋 copy color: '#BF890C'

red 191 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #BF890C

Tints of Dark Goldenrod #BF890C

RGB

 RED value IS 191 (75% from 255) = 56.18%

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

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

R = 56.18%
G = 40.29%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF890C (or 0xBF890C) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 0C. RGB value is (191,137,12). Sum of RGB (Red+Green+Blue) = 191+137+12=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF890C is #4076F3. Grayscale: #8B8B8B. Windows color (decimal): -4224756 or 821695. OLE color: 821695.

HSL color Cylindrical-coordinate representation of color #BF890C: hue angle of 41.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF890C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 12 -
CMYK 0 0.28 0.94 0.25
HSL 41.9º 0.88% 0.4% -
HSV(B) 41.9º 0.94% 0.75% -
XYZ 30.5 28.99 4.34 -
YUV 138.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 191 137 12 0 0.28 0.94 0.25 41.9 0.88 0.4
Hex BF 89 C 0 1C 5E 19 2A 58 28
Octal 277 211 14 0 34 136 31 52 130 50
Binary 10111111 10001001 1100 0 11100 1011110 11001 101010 1011000 101000

Color Harmonies of #BF890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF890C

Black with #BF890C

Text Example


Text Example

White with #BF890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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