Html Css Color HEX #BF6912 Chocolate

📋 copy color: '#BF6912'

red 191 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #BF6912

Tints of Chocolate #BF6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 60.83%
G = 33.44%
B = 5.73%

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

#BF6912 (or 0xBF6912) is known color: Chocolate. HEX triplet: BF, 69 and 12. RGB value is (191,105,18). Sum of RGB (Red+Green+Blue) = 191+105+18=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6912 is #4096ED. Grayscale: #797979. Windows color (decimal): -4232942 or 1206719. OLE color: 1206719.

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

Color convert

RGB 191 105 18 -
CMYK 0 0.45 0.91 0.25
HSL 30.17º 0.83% 0.41% -
HSV(B) 30.17º 0.91% 0.75% -
XYZ 26.65 21.22 3.26 -
YUV 120.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 191 105 18 0 0.45 0.91 0.25 30.17 0.83 0.41
Hex BF 69 12 0 2D 5B 19 1E 53 29
Octal 277 151 22 0 55 133 31 36 123 51
Binary 10111111 1101001 10010 0 101101 1011011 11001 11110 1010011 101001

Color Harmonies of #BF6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6912

Black with #BF6912

Text Example


Text Example

White with #BF6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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