Html Css Color HEX #BF6A12 Chocolate

📋 copy color: '#BF6A12'

red 191 ◦ green 106 ◦ blue 18

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

Shades of Chocolate #BF6A12

Tints of Chocolate #BF6A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

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

R = 60.63%
G = 33.65%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6A12 (or 0xBF6A12) is known color: Chocolate. HEX triplet: BF, 6A and 12. RGB value is (191,106,18). Sum of RGB (Red+Green+Blue) = 191+106+18=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A12 is #4095ED. Grayscale: #797979. Windows color (decimal): -4232686 or 1206975. OLE color: 1206975.

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

Color convert

RGB 191 106 18 -
CMYK 0 0.45 0.91 0.25
HSL 30.52º 0.83% 0.41% -
HSV(B) 30.52º 0.91% 0.75% -
XYZ 26.75 21.43 3.3 -
YUV 121.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 191 106 18 0 0.45 0.91 0.25 30.52 0.83 0.41
Hex BF 6A 12 0 2D 5B 19 1F 53 29
Octal 277 152 22 0 55 133 31 37 123 51
Binary 10111111 1101010 10010 0 101101 1011011 11001 11111 1010011 101001

Color Harmonies of #BF6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A12

Black with #BF6A12

Text Example


Text Example

White with #BF6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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