Html Css Color HEX #BF6817 Chocolate

📋 copy color: '#BF6817'

red 191 ◦ green 104 ◦ blue 23

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

Shades of Chocolate #BF6817

Tints of Chocolate #BF6817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 60.06%
G = 32.7%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF6817 (or 0xBF6817) is known color: Chocolate. HEX triplet: BF, 68 and 17. RGB value is (191,104,23). Sum of RGB (Red+Green+Blue) = 191+104+23=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6817 is #4097E8. Grayscale: #797979. Windows color (decimal): -4233193 or 1534143. OLE color: 1534143.

HSL color Cylindrical-coordinate representation of color #BF6817: hue angle of 28.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6817 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 23 -
CMYK 0 0.46 0.88 0.25
HSL 28.93º 0.79% 0.42% -
HSV(B) 28.93º 0.88% 0.75% -
XYZ 26.59 21.04 3.47 -
YUV 120.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 191 104 23 0 0.46 0.88 0.25 28.93 0.79 0.42
Hex BF 68 17 0 2E 58 19 1D 4F 2A
Octal 277 150 27 0 56 130 31 35 117 52
Binary 10111111 1101000 10111 0 101110 1011000 11001 11101 1001111 101010

Color Harmonies of #BF6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6817

Black with #BF6817

Text Example


Text Example

White with #BF6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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