Html Css Color HEX #BF6118 Chocolate

📋 copy color: '#BF6118'

red 191 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #BF6118

Tints of Chocolate #BF6118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 61.22%
G = 31.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6118 (or 0xBF6118) is known color: Chocolate. HEX triplet: BF, 61 and 18. RGB value is (191,97,24). Sum of RGB (Red+Green+Blue) = 191+97+24=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6118 is #409EE7. Grayscale: #757575. Windows color (decimal): -4234984 or 1597887. OLE color: 1597887.

HSL color Cylindrical-coordinate representation of color #BF6118: hue angle of 26.23º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF6118 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 24 -
CMYK 0 0.49 0.87 0.25
HSL 26.23º 0.78% 0.42% -
HSV(B) 26.23º 0.87% 0.75% -
XYZ 25.93 19.69 3.3 -
YUV 116.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 191 97 24 0 0.49 0.87 0.25 26.23 0.78 0.42
Hex BF 61 18 0 31 57 19 1A 4E 2A
Octal 277 141 30 0 61 127 31 32 116 52
Binary 10111111 1100001 11000 0 110001 1010111 11001 11010 1001110 101010

Color Harmonies of #BF6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6118

Black with #BF6118

Text Example


Text Example

White with #BF6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6118; }

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

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

background-color css

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

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

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

border-color css

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

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

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