Html Css Color HEX #BC763A Brandy Punch

📋 copy color: '#BC763A'

red 188 ◦ green 118 ◦ blue 58

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

Shades of Brandy Punch #BC763A

Tints of Brandy Punch #BC763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 51.65%
G = 32.42%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC763A (or 0xBC763A) is known color: Brandy Punch. HEX triplet: BC, 76 and 3A. RGB value is (188,118,58). Sum of RGB (Red+Green+Blue) = 188+118+58=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763A is #4389C5. Grayscale: #848484. Windows color (decimal): -4426182 or 3831484. OLE color: 3831484.

HSL color Cylindrical-coordinate representation of color #BC763A: hue angle of 27.69º degrees, saturation: 0.53, 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 #BC763A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 58 -
CMYK 0 0.37 0.69 0.26
HSL 27.69º 0.53% 0.48% -
HSV(B) 27.69º 0.69% 0.74% -
XYZ 27.98 23.95 7.15 -
YUV 132.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 188 118 58 0 0.37 0.69 0.26 27.69 0.53 0.48
Hex BC 76 3A 0 25 45 1A 1C 35 30
Octal 274 166 72 0 45 105 32 34 65 60
Binary 10111100 1110110 111010 0 100101 1000101 11010 11100 110101 110000

Color Harmonies of #BC763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC763A

Black with #BC763A

Text Example


Text Example

White with #BC763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC763A; }

 p { color: rgb(188,118,58); }

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

background-color css

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

 a { background-color: rgb(188,118,58); }

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

border-color css

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

 span { border-color: rgb(188,118,58); }

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