Html Css Color HEX #BF8E00 Dark Goldenrod

📋 copy color: '#BF8E00'

red 191 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #BF8E00

Tints of Dark Goldenrod #BF8E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.36%
G = 42.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF8E00 (or 0xBF8E00) is known color: Dark Goldenrod. HEX triplet: BF, 8E and 00. RGB value is (191,142,0). Sum of RGB (Red+Green+Blue) = 191+142+0=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8E00 is #4071FF. Grayscale: #8D8D8D. Windows color (decimal): -4223488 or 36543. OLE color: 36543.

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

Color convert

RGB 191 142 0 -
CMYK 0 0.26 1 0.25
HSL 44.61º 1% 0.37% -
HSV(B) 44.61º 1% 0.75% -
XYZ 31.16 30.42 4.23 -
YUV 140.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 191 142 0 0 0.26 1 0.25 44.61 1 0.37
Hex BF 8E 0 0 1A 64 19 2D 64 25
Octal 277 216 0 0 32 144 31 55 144 45
Binary 10111111 10001110 0 0 11010 1100100 11001 101101 1100100 100101

Color Harmonies of #BF8E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E00

Black with #BF8E00

Text Example


Text Example

White with #BF8E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E00; }

 p { color: rgb(191,142,0); }

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

background-color css

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

 a { background-color: rgb(191,142,0); }

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

border-color css

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

 span { border-color: rgb(191,142,0); }

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