Html Css Color HEX #BF8D0E Dark Goldenrod

📋 copy color: '#BF8D0E'

red 191 ◦ green 141 ◦ blue 14

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

Shades of Dark Goldenrod #BF8D0E

Tints of Dark Goldenrod #BF8D0E

RGB

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

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

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

R = 55.2%
G = 40.75%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF8D0E (or 0xBF8D0E) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 0E. RGB value is (191,141,14). Sum of RGB (Red+Green+Blue) = 191+141+14=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D0E is #4072F1. Grayscale: #8E8E8E. Windows color (decimal): -4223730 or 953791. OLE color: 953791.

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

Color convert

RGB 191 141 14 -
CMYK 0 0.26 0.93 0.25
HSL 43.05º 0.86% 0.4% -
HSV(B) 43.05º 0.93% 0.75% -
XYZ 31.09 30.16 4.6 -
YUV 141.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 191 141 14 0 0.26 0.93 0.25 43.05 0.86 0.4
Hex BF 8D E 0 1A 5D 19 2B 56 28
Octal 277 215 16 0 32 135 31 53 126 50
Binary 10111111 10001101 1110 0 11010 1011101 11001 101011 1010110 101000

Color Harmonies of #BF8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D0E

Black with #BF8D0E

Text Example


Text Example

White with #BF8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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