Html Css Color HEX #BF5F14 Chocolate

📋 copy color: '#BF5F14'

red 191 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #BF5F14

Tints of Chocolate #BF5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 62.42%
G = 31.05%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5F14 (or 0xBF5F14) is known color: Chocolate. HEX triplet: BF, 5F and 14. RGB value is (191,95,20). Sum of RGB (Red+Green+Blue) = 191+95+20=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5F14 is #40A0EB. Grayscale: #737373. Windows color (decimal): -4235500 or 1335231. OLE color: 1335231.

HSL color Cylindrical-coordinate representation of color #BF5F14: hue angle of 26.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5F14 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 95 20 -
CMYK 0 0.50 0.90 0.25
HSL 26.32º 0.81% 0.41% -
HSV(B) 26.32º 0.9% 0.75% -
XYZ 25.7 19.31 3.03 -
YUV 115.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 191 95 20 0 0.50 0.90 0.25 26.32 0.81 0.41
Hex BF 5F 14 0 32 5A 19 1A 51 29
Octal 277 137 24 0 62 132 31 32 121 51
Binary 10111111 1011111 10100 0 110010 1011010 11001 11010 1010001 101001

Color Harmonies of #BF5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5F14

Black with #BF5F14

Text Example


Text Example

White with #BF5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5F14; }

 p { color: rgb(191,95,20); }

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

background-color css

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

 a { background-color: rgb(191,95,20); }

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

border-color css

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

 span { border-color: rgb(191,95,20); }

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