Html Css Color HEX #BC733C Zest

📋 copy color: '#BC733C'

red 188 ◦ green 115 ◦ blue 60

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

Shades of Zest #BC733C

Tints of Zest #BC733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 51.79%
G = 31.68%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC733C (or 0xBC733C) is known color: Zest. HEX triplet: BC, 73 and 3C. RGB value is (188,115,60). Sum of RGB (Red+Green+Blue) = 188+115+60=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733C is #438CC3. Grayscale: #828282. Windows color (decimal): -4426948 or 3961788. OLE color: 3961788.

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

Color convert

RGB 188 115 60 -
CMYK 0 0.39 0.68 0.26
HSL 25.78º 0.52% 0.49% -
HSV(B) 25.78º 0.68% 0.74% -
XYZ 27.69 23.28 7.31 -
YUV 130.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 188 115 60 0 0.39 0.68 0.26 25.78 0.52 0.49
Hex BC 73 3C 0 27 44 1A 1A 34 31
Octal 274 163 74 0 47 104 32 32 64 61
Binary 10111100 1110011 111100 0 100111 1000100 11010 11010 110100 110001

Color Harmonies of #BC733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC733C

Black with #BC733C

Text Example


Text Example

White with #BC733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC733C; }

 p { color: rgb(188,115,60); }

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

background-color css

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

 a { background-color: rgb(188,115,60); }

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

border-color css

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

 span { border-color: rgb(188,115,60); }

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