Html Css Color HEX #BF7E18 Dark Goldenrod

📋 copy color: '#BF7E18'

red 191 ◦ green 126 ◦ blue 24

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

Shades of Dark Goldenrod #BF7E18

Tints of Dark Goldenrod #BF7E18

RGB

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

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

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

R = 56.01%
G = 36.95%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7E18 (or 0xBF7E18) is known color: Dark Goldenrod. HEX triplet: BF, 7E and 18. RGB value is (191,126,24). Sum of RGB (Red+Green+Blue) = 191+126+24=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7E18 is #4081E7. Grayscale: #868686. Windows color (decimal): -4227560 or 1605311. OLE color: 1605311.

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

Color convert

RGB 191 126 24 -
CMYK 0 0.34 0.87 0.25
HSL 36.65º 0.78% 0.42% -
HSV(B) 36.65º 0.87% 0.75% -
XYZ 29.11 26.06 4.36 -
YUV 133.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 191 126 24 0 0.34 0.87 0.25 36.65 0.78 0.42
Hex BF 7E 18 0 22 57 19 25 4E 2A
Octal 277 176 30 0 42 127 31 45 116 52
Binary 10111111 1111110 11000 0 100010 1010111 11001 100101 1001110 101010

Color Harmonies of #BF7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E18

Black with #BF7E18

Text Example


Text Example

White with #BF7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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