Html Css Color HEX #BF6412 Chocolate

📋 copy color: '#BF6412'

red 191 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #BF6412

Tints of Chocolate #BF6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 61.81%
G = 32.36%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6412 (or 0xBF6412) is known color: Chocolate. HEX triplet: BF, 64 and 12. RGB value is (191,100,18). Sum of RGB (Red+Green+Blue) = 191+100+18=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6412 is #409BED. Grayscale: #767676. Windows color (decimal): -4234222 or 1205439. OLE color: 1205439.

HSL color Cylindrical-coordinate representation of color #BF6412: hue angle of 28.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6412 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 100 18 -
CMYK 0 0.48 0.91 0.25
HSL 28.44º 0.83% 0.41% -
HSV(B) 28.44º 0.91% 0.75% -
XYZ 26.15 20.23 3.1 -
YUV 117.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 191 100 18 0 0.48 0.91 0.25 28.44 0.83 0.41
Hex BF 64 12 0 30 5B 19 1C 53 29
Octal 277 144 22 0 60 133 31 34 123 51
Binary 10111111 1100100 10010 0 110000 1011011 11001 11100 1010011 101001

Color Harmonies of #BF6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6412

Black with #BF6412

Text Example


Text Example

White with #BF6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6412; }

 p { color: rgb(191,100,18); }

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

background-color css

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

 a { background-color: rgb(191,100,18); }

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

border-color css

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

 span { border-color: rgb(191,100,18); }

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