Html Css Color HEX #BF6515 Chocolate

📋 copy color: '#BF6515'

red 191 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #BF6515

Tints of Chocolate #BF6515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 61.02%
G = 32.27%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF6515 (or 0xBF6515) is known color: Chocolate. HEX triplet: BF, 65 and 15. RGB value is (191,101,21). Sum of RGB (Red+Green+Blue) = 191+101+21=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6515 is #409AEA. Grayscale: #777777. Windows color (decimal): -4233963 or 1402303. OLE color: 1402303.

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

Color convert

RGB 191 101 21 -
CMYK 0 0.47 0.89 0.25
HSL 28.24º 0.8% 0.42% -
HSV(B) 28.24º 0.89% 0.75% -
XYZ 26.27 20.44 3.27 -
YUV 118.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 191 101 21 0 0.47 0.89 0.25 28.24 0.8 0.42
Hex BF 65 15 0 2F 59 19 1C 50 2A
Octal 277 145 25 0 57 131 31 34 120 52
Binary 10111111 1100101 10101 0 101111 1011001 11001 11100 1010000 101010

Color Harmonies of #BF6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6515

Black with #BF6515

Text Example


Text Example

White with #BF6515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6515; }

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

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

background-color css

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

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

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

border-color css

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

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

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