Html Css Color HEX #BF8C10 Dark Goldenrod

📋 copy color: '#BF8C10'

red 191 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #BF8C10

Tints of Dark Goldenrod #BF8C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 55.04%
G = 40.35%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF8C10 (or 0xBF8C10) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 10. RGB value is (191,140,16). Sum of RGB (Red+Green+Blue) = 191+140+16=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C10 is #4073EF. Grayscale: #8D8D8D. Windows color (decimal): -4223984 or 1084607. OLE color: 1084607.

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

Color convert

RGB 191 140 16 -
CMYK 0 0.27 0.92 0.25
HSL 42.51º 0.85% 0.41% -
HSV(B) 42.51º 0.92% 0.75% -
XYZ 30.96 29.87 4.62 -
YUV 141.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 191 140 16 0 0.27 0.92 0.25 42.51 0.85 0.41
Hex BF 8C 10 0 1B 5C 19 2B 55 29
Octal 277 214 20 0 33 134 31 53 125 51
Binary 10111111 10001100 10000 0 11011 1011100 11001 101011 1010101 101001

Color Harmonies of #BF8C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C10

Black with #BF8C10

Text Example


Text Example

White with #BF8C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C10; }

 p { color: rgb(191,140,16); }

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

background-color css

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

 a { background-color: rgb(191,140,16); }

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

border-color css

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

 span { border-color: rgb(191,140,16); }

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