Html Css Color HEX #BF8513 Dark Goldenrod

📋 copy color: '#BF8513'

red 191 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #BF8513

Tints of Dark Goldenrod #BF8513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 55.69%
G = 38.78%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF8513 (or 0xBF8513) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 13. RGB value is (191,133,19). Sum of RGB (Red+Green+Blue) = 191+133+19=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8513 is #407AEC. Grayscale: #898989. Windows color (decimal): -4225773 or 1279423. OLE color: 1279423.

HSL color Cylindrical-coordinate representation of color #BF8513: hue angle of 39.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF8513 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 19 -
CMYK 0 0.30 0.90 0.25
HSL 39.77º 0.82% 0.41% -
HSV(B) 39.77º 0.9% 0.75% -
XYZ 29.99 27.9 4.42 -
YUV 137.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 191 133 19 0 0.30 0.90 0.25 39.77 0.82 0.41
Hex BF 85 13 0 1E 5A 19 28 52 29
Octal 277 205 23 0 36 132 31 50 122 51
Binary 10111111 10000101 10011 0 11110 1011010 11001 101000 1010010 101001

Color Harmonies of #BF8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8513

Black with #BF8513

Text Example


Text Example

White with #BF8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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