Html Css Color HEX #BF6619 Chocolate

📋 copy color: '#BF6619'

red 191 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #BF6619

Tints of Chocolate #BF6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 60.06%
G = 32.08%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6619 (or 0xBF6619) is known color: Chocolate. HEX triplet: BF, 66 and 19. RGB value is (191,102,25). Sum of RGB (Red+Green+Blue) = 191+102+25=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6619 is #4099E6. Grayscale: #787878. Windows color (decimal): -4233703 or 1664703. OLE color: 1664703.

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

Color convert

RGB 191 102 25 -
CMYK 0 0.47 0.87 0.25
HSL 27.83º 0.77% 0.42% -
HSV(B) 27.83º 0.87% 0.75% -
XYZ 26.41 20.65 3.51 -
YUV 119.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 191 102 25 0 0.47 0.87 0.25 27.83 0.77 0.42
Hex BF 66 19 0 2F 57 19 1C 4D 2A
Octal 277 146 31 0 57 127 31 34 115 52
Binary 10111111 1100110 11001 0 101111 1010111 11001 11100 1001101 101010

Color Harmonies of #BF6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6619

Black with #BF6619

Text Example


Text Example

White with #BF6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6619; }

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

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

background-color css

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

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

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

border-color css

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

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

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