Html Css Color HEX #BC703D Zest

📋 copy color: '#BC703D'

red 188 ◦ green 112 ◦ blue 61

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

Shades of Zest #BC703D

Tints of Zest #BC703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 52.08%
G = 31.02%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC703D (or 0xBC703D) is known color: Zest. HEX triplet: BC, 70 and 3D. RGB value is (188,112,61). Sum of RGB (Red+Green+Blue) = 188+112+61=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC703D is #438FC2. Grayscale: #818181. Windows color (decimal): -4427715 or 4026556. OLE color: 4026556.

HSL color Cylindrical-coordinate representation of color #BC703D: hue angle of 24.09º degrees, saturation: 0.51, 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 #BC703D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 61 -
CMYK 0 0.40 0.68 0.26
HSL 24.09º 0.51% 0.49% -
HSV(B) 24.09º 0.68% 0.74% -
XYZ 27.38 22.62 7.34 -
YUV 128.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 188 112 61 0 0.40 0.68 0.26 24.09 0.51 0.49
Hex BC 70 3D 0 28 44 1A 18 33 31
Octal 274 160 75 0 50 104 32 30 63 61
Binary 10111100 1110000 111101 0 101000 1000100 11010 11000 110011 110001

Color Harmonies of #BC703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC703D

Black with #BC703D

Text Example


Text Example

White with #BC703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC703D; }

 p { color: rgb(188,112,61); }

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

background-color css

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

 a { background-color: rgb(188,112,61); }

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

border-color css

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

 span { border-color: rgb(188,112,61); }

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