Html Css Color HEX #BF7F18 Dark Goldenrod

📋 copy color: '#BF7F18'

red 191 ◦ green 127 ◦ blue 24

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

Shades of Dark Goldenrod #BF7F18

Tints of Dark Goldenrod #BF7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 55.85%
G = 37.13%
B = 7.02%

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

#BF7F18 (or 0xBF7F18) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 18. RGB value is (191,127,24). Sum of RGB (Red+Green+Blue) = 191+127+24=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F18 is #4080E7. Grayscale: #868686. Windows color (decimal): -4227304 or 1605567. OLE color: 1605567.

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

Color convert

RGB 191 127 24 -
CMYK 0 0.34 0.87 0.25
HSL 37.01º 0.78% 0.42% -
HSV(B) 37.01º 0.87% 0.75% -
XYZ 29.24 26.32 4.4 -
YUV 134.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 191 127 24 0 0.34 0.87 0.25 37.01 0.78 0.42
Hex BF 7F 18 0 22 57 19 25 4E 2A
Octal 277 177 30 0 42 127 31 45 116 52
Binary 10111111 1111111 11000 0 100010 1010111 11001 100101 1001110 101010

Color Harmonies of #BF7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F18

Black with #BF7F18

Text Example


Text Example

White with #BF7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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