Html Css Color HEX #BF8518 Dark Goldenrod

📋 copy color: '#BF8518'

red 191 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #BF8518

Tints of Dark Goldenrod #BF8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 54.89%
G = 38.22%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF8518 (or 0xBF8518) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 18. RGB value is (191,133,24). Sum of RGB (Red+Green+Blue) = 191+133+24=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8518 is #407AE7. Grayscale: #8A8A8A. Windows color (decimal): -4225768 or 1607103. OLE color: 1607103.

HSL color Cylindrical-coordinate representation of color #BF8518: hue angle of 39.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8518 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 24 -
CMYK 0 0.30 0.87 0.25
HSL 39.16º 0.78% 0.42% -
HSV(B) 39.16º 0.87% 0.75% -
XYZ 30.04 27.92 4.67 -
YUV 137.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 191 133 24 0 0.30 0.87 0.25 39.16 0.78 0.42
Hex BF 85 18 0 1E 57 19 27 4E 2A
Octal 277 205 30 0 36 127 31 47 116 52
Binary 10111111 10000101 11000 0 11110 1010111 11001 100111 1001110 101010

Color Harmonies of #BF8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8518

Black with #BF8518

Text Example


Text Example

White with #BF8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8518; }

 p { color: rgb(191,133,24); }

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

background-color css

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

 a { background-color: rgb(191,133,24); }

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

border-color css

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

 span { border-color: rgb(191,133,24); }

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