Html Css Color HEX #BF7E13 Dark Goldenrod

📋 copy color: '#BF7E13'

red 191 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #BF7E13

Tints of Dark Goldenrod #BF7E13

RGB

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

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

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

R = 56.85%
G = 37.5%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7E13 (or 0xBF7E13) is known color: Dark Goldenrod. HEX triplet: BF, 7E and 13. RGB value is (191,126,19). Sum of RGB (Red+Green+Blue) = 191+126+19=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7E13 is #4081EC. Grayscale: #858585. Windows color (decimal): -4227565 or 1277631. OLE color: 1277631.

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

Color convert

RGB 191 126 19 -
CMYK 0 0.34 0.90 0.25
HSL 37.33º 0.82% 0.41% -
HSV(B) 37.33º 0.9% 0.75% -
XYZ 29.06 26.05 4.11 -
YUV 133.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 191 126 19 0 0.34 0.90 0.25 37.33 0.82 0.41
Hex BF 7E 13 0 22 5A 19 25 52 29
Octal 277 176 23 0 42 132 31 45 122 51
Binary 10111111 1111110 10011 0 100010 1011010 11001 100101 1010010 101001

Color Harmonies of #BF7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E13

Black with #BF7E13

Text Example


Text Example

White with #BF7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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