Html Css Color HEX #BF8F15 Dark Goldenrod

📋 copy color: '#BF8F15'

red 191 ◦ green 143 ◦ blue 21

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

Shades of Dark Goldenrod #BF8F15

Tints of Dark Goldenrod #BF8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 53.8%
G = 40.28%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF8F15 (or 0xBF8F15) is known color: Dark Goldenrod. HEX triplet: BF, 8F and 15. RGB value is (191,143,21). Sum of RGB (Red+Green+Blue) = 191+143+21=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F15 is #4070EA. Grayscale: #8F8F8F. Windows color (decimal): -4223211 or 1413055. OLE color: 1413055.

HSL color Cylindrical-coordinate representation of color #BF8F15: hue angle of 43.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF8F15 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 21 -
CMYK 0 0.25 0.89 0.25
HSL 43.06º 0.8% 0.42% -
HSV(B) 43.06º 0.89% 0.75% -
XYZ 31.44 30.78 4.99 -
YUV 143.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 191 143 21 0 0.25 0.89 0.25 43.06 0.8 0.42
Hex BF 8F 15 0 19 59 19 2B 50 2A
Octal 277 217 25 0 31 131 31 53 120 52
Binary 10111111 10001111 10101 0 11001 1011001 11001 101011 1010000 101010

Color Harmonies of #BF8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F15

Black with #BF8F15

Text Example


Text Example

White with #BF8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F15; }

 p { color: rgb(191,143,21); }

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

background-color css

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

 a { background-color: rgb(191,143,21); }

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

border-color css

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

 span { border-color: rgb(191,143,21); }

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