Html Css Color HEX #BC814C Brandy Punch

📋 copy color: '#BC814C'

red 188 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #BC814C

Tints of Brandy Punch #BC814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 47.84%
G = 32.82%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC814C (or 0xBC814C) is known color: Brandy Punch. HEX triplet: BC, 81 and 4C. RGB value is (188,129,76). Sum of RGB (Red+Green+Blue) = 188+129+76=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC814C is #437EB3. Grayscale: #8C8C8C. Windows color (decimal): -4423348 or 5013948. OLE color: 5013948.

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

Color convert

RGB 188 129 76 -
CMYK 0 0.31 0.60 0.26
HSL 28.39º 0.46% 0.52% -
HSV(B) 28.39º 0.6% 0.74% -
XYZ 29.89 26.91 10.46 -
YUV 140.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 188 129 76 0 0.31 0.60 0.26 28.39 0.46 0.52
Hex BC 81 4C 0 1F 3C 1A 1C 2E 34
Octal 274 201 114 0 37 74 32 34 56 64
Binary 10111100 10000001 1001100 0 11111 111100 11010 11100 101110 110100

Color Harmonies of #BC814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC814C

Black with #BC814C

Text Example


Text Example

White with #BC814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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