Html Css Color HEX #BF6013 Chocolate

📋 copy color: '#BF6013'

red 191 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #BF6013

Tints of Chocolate #BF6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 62.42%
G = 31.37%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF6013 (or 0xBF6013) is known color: Chocolate. HEX triplet: BF, 60 and 13. RGB value is (191,96,19). Sum of RGB (Red+Green+Blue) = 191+96+19=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6013 is #409FEC. Grayscale: #747474. Windows color (decimal): -4235245 or 1269951. OLE color: 1269951.

HSL color Cylindrical-coordinate representation of color #BF6013: hue angle of 26.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6013 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 19 -
CMYK 0 0.50 0.90 0.25
HSL 26.86º 0.82% 0.41% -
HSV(B) 26.86º 0.9% 0.75% -
XYZ 25.79 19.49 3.02 -
YUV 115.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 191 96 19 0 0.50 0.90 0.25 26.86 0.82 0.41
Hex BF 60 13 0 32 5A 19 1B 52 29
Octal 277 140 23 0 62 132 31 33 122 51
Binary 10111111 1100000 10011 0 110010 1011010 11001 11011 1010010 101001

Color Harmonies of #BF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6013

Black with #BF6013

Text Example


Text Example

White with #BF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6013; }

 p { color: rgb(191,96,19); }

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

background-color css

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

 a { background-color: rgb(191,96,19); }

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

border-color css

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

 span { border-color: rgb(191,96,19); }

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