Html Css Color HEX #BF5C17 Chocolate

📋 copy color: '#BF5C17'

red 191 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #BF5C17

Tints of Chocolate #BF5C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 62.42%
G = 30.07%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5C17 (or 0xBF5C17) is known color: Chocolate. HEX triplet: BF, 5C and 17. RGB value is (191,92,23). Sum of RGB (Red+Green+Blue) = 191+92+23=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C17 is #40A3E8. Grayscale: #727272. Windows color (decimal): -4236265 or 1531071. OLE color: 1531071.

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

Color convert

RGB 191 92 23 -
CMYK 0 0.52 0.88 0.25
HSL 24.64º 0.79% 0.42% -
HSV(B) 24.64º 0.88% 0.75% -
XYZ 25.47 18.79 3.1 -
YUV 113.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 191 92 23 0 0.52 0.88 0.25 24.64 0.79 0.42
Hex BF 5C 17 0 34 58 19 19 4F 2A
Octal 277 134 27 0 64 130 31 31 117 52
Binary 10111111 1011100 10111 0 110100 1011000 11001 11001 1001111 101010

Color Harmonies of #BF5C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C17

Black with #BF5C17

Text Example


Text Example

White with #BF5C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C17; }

 p { color: rgb(191,92,23); }

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

background-color css

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

 a { background-color: rgb(191,92,23); }

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

border-color css

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

 span { border-color: rgb(191,92,23); }

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