Html Css Color HEX #BF8A15 Dark Goldenrod

📋 copy color: '#BF8A15'

red 191 ◦ green 138 ◦ blue 21

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

Shades of Dark Goldenrod #BF8A15

Tints of Dark Goldenrod #BF8A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 21 (8.59% from 255) = 6%

R = 54.57%
G = 39.43%
B = 6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF8A15 (or 0xBF8A15) is known color: Dark Goldenrod. HEX triplet: BF, 8A and 15. RGB value is (191,138,21). Sum of RGB (Red+Green+Blue) = 191+138+21=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A15 is #4075EA. Grayscale: #8D8D8D. Windows color (decimal): -4224491 or 1411775. OLE color: 1411775.

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

Color convert

RGB 191 138 21 -
CMYK 0 0.28 0.89 0.25
HSL 41.29º 0.8% 0.42% -
HSV(B) 41.29º 0.89% 0.75% -
XYZ 30.71 29.31 4.75 -
YUV 140.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 191 138 21 0 0.28 0.89 0.25 41.29 0.8 0.42
Hex BF 8A 15 0 1C 59 19 29 50 2A
Octal 277 212 25 0 34 131 31 51 120 52
Binary 10111111 10001010 10101 0 11100 1011001 11001 101001 1010000 101010

Color Harmonies of #BF8A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A15

Black with #BF8A15

Text Example


Text Example

White with #BF8A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A15; }

 p { color: rgb(191,138,21); }

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

background-color css

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

 a { background-color: rgb(191,138,21); }

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

border-color css

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

 span { border-color: rgb(191,138,21); }

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