Html Css Color HEX #BF910F Dark Goldenrod

📋 copy color: '#BF910F'

red 191 ◦ green 145 ◦ blue 15

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

Shades of Dark Goldenrod #BF910F

Tints of Dark Goldenrod #BF910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 54.42%
G = 41.31%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF910F (or 0xBF910F) is known color: Dark Goldenrod. HEX triplet: BF, 91 and 0F. RGB value is (191,145,15). Sum of RGB (Red+Green+Blue) = 191+145+15=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF910F is #406EF0. Grayscale: #909090. Windows color (decimal): -4222705 or 1020351. OLE color: 1020351.

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

Color convert

RGB 191 145 15 -
CMYK 0 0.24 0.92 0.25
HSL 44.32º 0.85% 0.4% -
HSV(B) 44.32º 0.92% 0.75% -
XYZ 31.7 31.36 4.83 -
YUV 143.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 191 145 15 0 0.24 0.92 0.25 44.32 0.85 0.4
Hex BF 91 F 0 18 5C 19 2C 55 28
Octal 277 221 17 0 30 134 31 54 125 50
Binary 10111111 10010001 1111 0 11000 1011100 11001 101100 1010101 101000

Color Harmonies of #BF910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF910F

Black with #BF910F

Text Example


Text Example

White with #BF910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF910F; }

 p { color: rgb(191,145,15); }

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

background-color css

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

 a { background-color: rgb(191,145,15); }

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

border-color css

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

 span { border-color: rgb(191,145,15); }

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