Html Css Color HEX #BF6115 Chocolate

📋 copy color: '#BF6115'

red 191 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #BF6115

Tints of Chocolate #BF6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 61.81%
G = 31.39%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF6115 (or 0xBF6115) is known color: Chocolate. HEX triplet: BF, 61 and 15. RGB value is (191,97,21). Sum of RGB (Red+Green+Blue) = 191+97+21=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6115 is #409EEA. Grayscale: #747474. Windows color (decimal): -4234987 or 1401279. OLE color: 1401279.

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

Color convert

RGB 191 97 21 -
CMYK 0 0.49 0.89 0.25
HSL 26.82º 0.8% 0.42% -
HSV(B) 26.82º 0.89% 0.75% -
XYZ 25.9 19.68 3.14 -
YUV 116.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 191 97 21 0 0.49 0.89 0.25 26.82 0.8 0.42
Hex BF 61 15 0 31 59 19 1B 50 2A
Octal 277 141 25 0 61 131 31 33 120 52
Binary 10111111 1100001 10101 0 110001 1011001 11001 11011 1010000 101010

Color Harmonies of #BF6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6115

Black with #BF6115

Text Example


Text Example

White with #BF6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6115; }

 p { color: rgb(191,97,21); }

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

background-color css

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

 a { background-color: rgb(191,97,21); }

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

border-color css

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

 span { border-color: rgb(191,97,21); }

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