Html Css Color HEX #BF5D18 Chocolate

📋 copy color: '#BF5D18'

red 191 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #BF5D18

Tints of Chocolate #BF5D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

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

R = 62.01%
G = 30.19%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5D18 (or 0xBF5D18) is known color: Chocolate. HEX triplet: BF, 5D and 18. RGB value is (191,93,24). Sum of RGB (Red+Green+Blue) = 191+93+24=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D18 is #40A2E7. Grayscale: #727272. Windows color (decimal): -4236008 or 1596863. OLE color: 1596863.

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

Color convert

RGB 191 93 24 -
CMYK 0 0.51 0.87 0.25
HSL 24.79º 0.78% 0.42% -
HSV(B) 24.79º 0.87% 0.75% -
XYZ 25.57 18.97 3.18 -
YUV 114.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 191 93 24 0 0.51 0.87 0.25 24.79 0.78 0.42
Hex BF 5D 18 0 33 57 19 19 4E 2A
Octal 277 135 30 0 63 127 31 31 116 52
Binary 10111111 1011101 11000 0 110011 1010111 11001 11001 1001110 101010

Color Harmonies of #BF5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D18

Black with #BF5D18

Text Example


Text Example

White with #BF5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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