Html Css Color HEX #BF7E15 Dark Goldenrod

📋 copy color: '#BF7E15'

red 191 ◦ green 126 ◦ blue 21

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

Shades of Dark Goldenrod #BF7E15

Tints of Dark Goldenrod #BF7E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 56.51%
G = 37.28%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF7E15 (or 0xBF7E15) is known color: Dark Goldenrod. HEX triplet: BF, 7E and 15. RGB value is (191,126,21). Sum of RGB (Red+Green+Blue) = 191+126+21=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7E15 is #4081EA. Grayscale: #858585. Windows color (decimal): -4227563 or 1408703. OLE color: 1408703.

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

Color convert

RGB 191 126 21 -
CMYK 0 0.34 0.89 0.25
HSL 37.06º 0.8% 0.42% -
HSV(B) 37.06º 0.89% 0.75% -
XYZ 29.08 26.05 4.21 -
YUV 133.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 191 126 21 0 0.34 0.89 0.25 37.06 0.8 0.42
Hex BF 7E 15 0 22 59 19 25 50 2A
Octal 277 176 25 0 42 131 31 45 120 52
Binary 10111111 1111110 10101 0 100010 1011001 11001 100101 1010000 101010

Color Harmonies of #BF7E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E15

Black with #BF7E15

Text Example


Text Example

White with #BF7E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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