Html Css Color HEX #BC733B Zest

📋 copy color: '#BC733B'

red 188 ◦ green 115 ◦ blue 59

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

Shades of Zest #BC733B

Tints of Zest #BC733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 51.93%
G = 31.77%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC733B (or 0xBC733B) is known color: Zest. HEX triplet: BC, 73 and 3B. RGB value is (188,115,59). Sum of RGB (Red+Green+Blue) = 188+115+59=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733B is #438CC4. Grayscale: #828282. Windows color (decimal): -4426949 or 3896252. OLE color: 3896252.

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

Color convert

RGB 188 115 59 -
CMYK 0 0.39 0.69 0.26
HSL 26.05º 0.52% 0.48% -
HSV(B) 26.05º 0.69% 0.74% -
XYZ 27.66 23.27 7.17 -
YUV 130.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 188 115 59 0 0.39 0.69 0.26 26.05 0.52 0.48
Hex BC 73 3B 0 27 45 1A 1A 34 30
Octal 274 163 73 0 47 105 32 32 64 60
Binary 10111100 1110011 111011 0 100111 1000101 11010 11010 110100 110000

Color Harmonies of #BC733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC733B

Black with #BC733B

Text Example


Text Example

White with #BC733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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