Html Css Color HEX #BF6717 Chocolate

📋 copy color: '#BF6717'

red 191 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #BF6717

Tints of Chocolate #BF6717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 60.25%
G = 32.49%
B = 7.26%

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

#BF6717 (or 0xBF6717) is known color: Chocolate. HEX triplet: BF, 67 and 17. RGB value is (191,103,23). Sum of RGB (Red+Green+Blue) = 191+103+23=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6717 is #4098E8. Grayscale: #787878. Windows color (decimal): -4233449 or 1533887. OLE color: 1533887.

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

Color convert

RGB 191 103 23 -
CMYK 0 0.46 0.88 0.25
HSL 28.57º 0.79% 0.42% -
HSV(B) 28.57º 0.88% 0.75% -
XYZ 26.49 20.84 3.44 -
YUV 120.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 191 103 23 0 0.46 0.88 0.25 28.57 0.79 0.42
Hex BF 67 17 0 2E 58 19 1D 4F 2A
Octal 277 147 27 0 56 130 31 35 117 52
Binary 10111111 1100111 10111 0 101110 1011000 11001 11101 1001111 101010

Color Harmonies of #BF6717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6717

Black with #BF6717

Text Example


Text Example

White with #BF6717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6717; }

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

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

background-color css

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

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

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

border-color css

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

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

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