Html Css Color HEX #BC814D Brandy Punch

📋 copy color: '#BC814D'

red 188 ◦ green 129 ◦ blue 77

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

Shades of Brandy Punch #BC814D

Tints of Brandy Punch #BC814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 47.72%
G = 32.74%
B = 19.54%

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

#BC814D (or 0xBC814D) is known color: Brandy Punch. HEX triplet: BC, 81 and 4D. RGB value is (188,129,77). Sum of RGB (Red+Green+Blue) = 188+129+77=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC814D is #437EB2. Grayscale: #8C8C8C. Windows color (decimal): -4423347 or 5079484. OLE color: 5079484.

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

Color convert

RGB 188 129 77 -
CMYK 0 0.31 0.59 0.26
HSL 28.11º 0.45% 0.52% -
HSV(B) 28.11º 0.59% 0.74% -
XYZ 29.93 26.93 10.64 -
YUV 140.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 188 129 77 0 0.31 0.59 0.26 28.11 0.45 0.52
Hex BC 81 4D 0 1F 3B 1A 1C 2D 34
Octal 274 201 115 0 37 73 32 34 55 64
Binary 10111100 10000001 1001101 0 11111 111011 11010 11100 101101 110100

Color Harmonies of #BC814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC814D

Black with #BC814D

Text Example


Text Example

White with #BC814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC814D; }

 p { color: rgb(188,129,77); }

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

background-color css

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

 a { background-color: rgb(188,129,77); }

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

border-color css

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

 span { border-color: rgb(188,129,77); }

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