Html Css Color HEX #BC834E Brandy Punch

📋 copy color: '#BC834E'

red 188 ◦ green 131 ◦ blue 78

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

Shades of Brandy Punch #BC834E

Tints of Brandy Punch #BC834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 47.36%
G = 33%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC834E (or 0xBC834E) is known color: Brandy Punch. HEX triplet: BC, 83 and 4E. RGB value is (188,131,78). Sum of RGB (Red+Green+Blue) = 188+131+78=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC834E is #437CB1. Grayscale: #8E8E8E. Windows color (decimal): -4422834 or 5145532. OLE color: 5145532.

HSL color Cylindrical-coordinate representation of color #BC834E: hue angle of 28.91º 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 #BC834E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 78 -
CMYK 0 0.30 0.59 0.26
HSL 28.91º 0.45% 0.52% -
HSV(B) 28.91º 0.59% 0.74% -
XYZ 30.23 27.47 10.92 -
YUV 142 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 188 131 78 0 0.30 0.59 0.26 28.91 0.45 0.52
Hex BC 83 4E 0 1E 3B 1A 1D 2D 34
Octal 274 203 116 0 36 73 32 35 55 64
Binary 10111100 10000011 1001110 0 11110 111011 11010 11101 101101 110100

Color Harmonies of #BC834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC834E

Black with #BC834E

Text Example


Text Example

White with #BC834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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