Html Css Color HEX #BF6819 Chocolate

📋 copy color: '#BF6819'

red 191 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #BF6819

Tints of Chocolate #BF6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 59.69%
G = 32.5%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6819 (or 0xBF6819) is known color: Chocolate. HEX triplet: BF, 68 and 19. RGB value is (191,104,25). Sum of RGB (Red+Green+Blue) = 191+104+25=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6819 is #4097E6. Grayscale: #797979. Windows color (decimal): -4233191 or 1665215. OLE color: 1665215.

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

Color convert

RGB 191 104 25 -
CMYK 0 0.46 0.87 0.25
HSL 28.55º 0.77% 0.42% -
HSV(B) 28.55º 0.87% 0.75% -
XYZ 26.61 21.05 3.58 -
YUV 121.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 191 104 25 0 0.46 0.87 0.25 28.55 0.77 0.42
Hex BF 68 19 0 2E 57 19 1D 4D 2A
Octal 277 150 31 0 56 127 31 35 115 52
Binary 10111111 1101000 11001 0 101110 1010111 11001 11101 1001101 101010

Color Harmonies of #BF6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6819

Black with #BF6819

Text Example


Text Example

White with #BF6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6819; }

 p { color: rgb(191,104,25); }

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

background-color css

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

 a { background-color: rgb(191,104,25); }

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

border-color css

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

 span { border-color: rgb(191,104,25); }

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