Html Css Color HEX #BF6112 Chocolate

📋 copy color: '#BF6112'

red 191 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #BF6112

Tints of Chocolate #BF6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 62.42%
G = 31.7%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6112 (or 0xBF6112) is known color: Chocolate. HEX triplet: BF, 61 and 12. RGB value is (191,97,18). Sum of RGB (Red+Green+Blue) = 191+97+18=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6112 is #409EED. Grayscale: #747474. Windows color (decimal): -4234990 or 1204671. OLE color: 1204671.

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

Color convert

RGB 191 97 18 -
CMYK 0 0.49 0.91 0.25
HSL 27.4º 0.83% 0.41% -
HSV(B) 27.4º 0.91% 0.75% -
XYZ 25.87 19.67 3.01 -
YUV 116.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 191 97 18 0 0.49 0.91 0.25 27.4 0.83 0.41
Hex BF 61 12 0 31 5B 19 1B 53 29
Octal 277 141 22 0 61 133 31 33 123 51
Binary 10111111 1100001 10010 0 110001 1011011 11001 11011 1010011 101001

Color Harmonies of #BF6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6112

Black with #BF6112

Text Example


Text Example

White with #BF6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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