Html Css Color HEX #BC7241 Zest

📋 copy color: '#BC7241'

red 188 ◦ green 114 ◦ blue 65

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

Shades of Zest #BC7241

Tints of Zest #BC7241

RGB

 RED value IS 188 (73.83% from 255) = 51.23%

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 51.23%
G = 31.06%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7241 (or 0xBC7241) is known color: Zest. HEX triplet: BC, 72 and 41. RGB value is (188,114,65). Sum of RGB (Red+Green+Blue) = 188+114+65=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7241 is #438DBE. Grayscale: #828282. Windows color (decimal): -4427199 or 4289212. OLE color: 4289212.

HSL color Cylindrical-coordinate representation of color #BC7241: hue angle of 23.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC7241 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 65 -
CMYK 0 0.39 0.65 0.26
HSL 23.9º 0.49% 0.5% -
HSV(B) 23.9º 0.65% 0.74% -
XYZ 27.71 23.11 8 -
YUV 130.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 188 114 65 0 0.39 0.65 0.26 23.9 0.49 0.5
Hex BC 72 41 0 27 41 1A 18 31 32
Octal 274 162 101 0 47 101 32 30 61 62
Binary 10111100 1110010 1000001 0 100111 1000001 11010 11000 110001 110010

Color Harmonies of #BC7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7241

Black with #BC7241

Text Example


Text Example

White with #BC7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7241; }

 p { color: rgb(188,114,65); }

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

background-color css

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

 a { background-color: rgb(188,114,65); }

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

border-color css

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

 span { border-color: rgb(188,114,65); }

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