Html Css Color HEX #BF681C Chocolate

📋 copy color: '#BF681C'

red 191 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #BF681C

Tints of Chocolate #BF681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 59.13%
G = 32.2%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF681C (or 0xBF681C) is known color: Chocolate. HEX triplet: BF, 68 and 1C. RGB value is (191,104,28). Sum of RGB (Red+Green+Blue) = 191+104+28=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF681C is #4097E3. Grayscale: #797979. Windows color (decimal): -4233188 or 1861823. OLE color: 1861823.

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

Color convert

RGB 191 104 28 -
CMYK 0 0.46 0.85 0.25
HSL 27.98º 0.74% 0.43% -
HSV(B) 27.98º 0.85% 0.75% -
XYZ 26.65 21.06 3.76 -
YUV 121.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 191 104 28 0 0.46 0.85 0.25 27.98 0.74 0.43
Hex BF 68 1C 0 2E 55 19 1C 4A 2B
Octal 277 150 34 0 56 125 31 34 112 53
Binary 10111111 1101000 11100 0 101110 1010101 11001 11100 1001010 101011

Color Harmonies of #BF681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF681C

Black with #BF681C

Text Example


Text Example

White with #BF681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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