Html Css Color HEX #BC824E Brandy Punch

📋 copy color: '#BC824E'

red 188 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #BC824E

Tints of Brandy Punch #BC824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 47.47%
G = 32.83%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC824E (or 0xBC824E) is known color: Brandy Punch. HEX triplet: BC, 82 and 4E. RGB value is (188,130,78). Sum of RGB (Red+Green+Blue) = 188+130+78=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC824E is #437DB1. Grayscale: #8D8D8D. Windows color (decimal): -4423090 or 5145276. OLE color: 5145276.

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

Color convert

RGB 188 130 78 -
CMYK 0 0.31 0.59 0.26
HSL 28.36º 0.45% 0.52% -
HSV(B) 28.36º 0.59% 0.74% -
XYZ 30.1 27.21 10.87 -
YUV 141.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 188 130 78 0 0.31 0.59 0.26 28.36 0.45 0.52
Hex BC 82 4E 0 1F 3B 1A 1C 2D 34
Octal 274 202 116 0 37 73 32 34 55 64
Binary 10111100 10000010 1001110 0 11111 111011 11010 11100 101101 110100

Color Harmonies of #BC824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC824E

Black with #BC824E

Text Example


Text Example

White with #BC824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC824E; }

 p { color: rgb(188,130,78); }

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

background-color css

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

 a { background-color: rgb(188,130,78); }

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

border-color css

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

 span { border-color: rgb(188,130,78); }

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