Html Css Color HEX #BC8448 Brandy Punch

📋 copy color: '#BC8448'

red 188 ◦ green 132 ◦ blue 72

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

Shades of Brandy Punch #BC8448

Tints of Brandy Punch #BC8448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 47.96%
G = 33.67%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC8448 (or 0xBC8448) is known color: Brandy Punch. HEX triplet: BC, 84 and 48. RGB value is (188,132,72). Sum of RGB (Red+Green+Blue) = 188+132+72=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8448 is #437BB7. Grayscale: #8E8E8E. Windows color (decimal): -4422584 or 4752572. OLE color: 4752572.

HSL color Cylindrical-coordinate representation of color #BC8448: hue angle of 31.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8448 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 72 -
CMYK 0 0.30 0.62 0.26
HSL 31.03º 0.46% 0.51% -
HSV(B) 31.03º 0.62% 0.74% -
XYZ 30.16 27.66 9.88 -
YUV 141.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 188 132 72 0 0.30 0.62 0.26 31.03 0.46 0.51
Hex BC 84 48 0 1E 3E 1A 1F 2E 33
Octal 274 204 110 0 36 76 32 37 56 63
Binary 10111100 10000100 1001000 0 11110 111110 11010 11111 101110 110011

Color Harmonies of #BC8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8448

Black with #BC8448

Text Example


Text Example

White with #BC8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8448; }

 p { color: rgb(188,132,72); }

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

background-color css

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

 a { background-color: rgb(188,132,72); }

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

border-color css

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

 span { border-color: rgb(188,132,72); }

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