Html Css Color HEX #BF8D10 Dark Goldenrod

📋 copy color: '#BF8D10'

red 191 ◦ green 141 ◦ blue 16

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

Shades of Dark Goldenrod #BF8D10

Tints of Dark Goldenrod #BF8D10

RGB

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

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

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

R = 54.89%
G = 40.52%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF8D10 (or 0xBF8D10) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 10. RGB value is (191,141,16). Sum of RGB (Red+Green+Blue) = 191+141+16=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D10 is #4072EF. Grayscale: #8E8E8E. Windows color (decimal): -4223728 or 1084863. OLE color: 1084863.

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

Color convert

RGB 191 141 16 -
CMYK 0 0.26 0.92 0.25
HSL 42.86º 0.85% 0.41% -
HSV(B) 42.86º 0.92% 0.75% -
XYZ 31.1 30.16 4.67 -
YUV 141.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 191 141 16 0 0.26 0.92 0.25 42.86 0.85 0.41
Hex BF 8D 10 0 1A 5C 19 2B 55 29
Octal 277 215 20 0 32 134 31 53 125 51
Binary 10111111 10001101 10000 0 11010 1011100 11001 101011 1010101 101001

Color Harmonies of #BF8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D10

Black with #BF8D10

Text Example


Text Example

White with #BF8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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