Html Css Color HEX #BF910E Dark Goldenrod

📋 copy color: '#BF910E'

red 191 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #BF910E

Tints of Dark Goldenrod #BF910E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4%

R = 54.57%
G = 41.43%
B = 4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF910E (or 0xBF910E) is known color: Dark Goldenrod. HEX triplet: BF, 91 and 0E. RGB value is (191,145,14). Sum of RGB (Red+Green+Blue) = 191+145+14=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF910E is #406EF1. Grayscale: #909090. Windows color (decimal): -4222706 or 954815. OLE color: 954815.

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

Color convert

RGB 191 145 14 -
CMYK 0 0.24 0.93 0.25
HSL 44.41º 0.86% 0.4% -
HSV(B) 44.41º 0.93% 0.75% -
XYZ 31.69 31.36 4.8 -
YUV 143.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 191 145 14 0 0.24 0.93 0.25 44.41 0.86 0.4
Hex BF 91 E 0 18 5D 19 2C 56 28
Octal 277 221 16 0 30 135 31 54 126 50
Binary 10111111 10010001 1110 0 11000 1011101 11001 101100 1010110 101000

Color Harmonies of #BF910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF910E

Black with #BF910E

Text Example


Text Example

White with #BF910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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