Html Css Color HEX #BF900E Dark Goldenrod

📋 copy color: '#BF900E'

red 191 ◦ green 144 ◦ blue 14

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

Shades of Dark Goldenrod #BF900E

Tints of Dark Goldenrod #BF900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 54.73%
G = 41.26%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF900E (or 0xBF900E) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 0E. RGB value is (191,144,14). Sum of RGB (Red+Green+Blue) = 191+144+14=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF900E is #406FF1. Grayscale: #8F8F8F. Windows color (decimal): -4222962 or 954559. OLE color: 954559.

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

Color convert

RGB 191 144 14 -
CMYK 0 0.25 0.93 0.25
HSL 44.07º 0.86% 0.4% -
HSV(B) 44.07º 0.93% 0.75% -
XYZ 31.54 31.05 4.75 -
YUV 143.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 191 144 14 0 0.25 0.93 0.25 44.07 0.86 0.4
Hex BF 90 E 0 19 5D 19 2C 56 28
Octal 277 220 16 0 31 135 31 54 126 50
Binary 10111111 10010000 1110 0 11001 1011101 11001 101100 1010110 101000

Color Harmonies of #BF900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF900E

Black with #BF900E

Text Example


Text Example

White with #BF900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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