Html Css Color HEX #BC8443 Brandy Punch

📋 copy color: '#BC8443'

red 188 ◦ green 132 ◦ blue 67

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

Shades of Brandy Punch #BC8443

Tints of Brandy Punch #BC8443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.31%

R = 48.58%
G = 34.11%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8443 (or 0xBC8443) is known color: Brandy Punch. HEX triplet: BC, 84 and 43. RGB value is (188,132,67). Sum of RGB (Red+Green+Blue) = 188+132+67=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8443 is #437BBC. Grayscale: #8D8D8D. Windows color (decimal): -4422589 or 4424892. OLE color: 4424892.

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

Color convert

RGB 188 132 67 -
CMYK 0 0.30 0.64 0.26
HSL 32.23º 0.47% 0.5% -
HSV(B) 32.23º 0.64% 0.74% -
XYZ 30 27.6 9.06 -
YUV 141.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 188 132 67 0 0.30 0.64 0.26 32.23 0.47 0.5
Hex BC 84 43 0 1E 40 1A 20 2F 32
Octal 274 204 103 0 36 100 32 40 57 62
Binary 10111100 10000100 1000011 0 11110 1000000 11010 100000 101111 110010

Color Harmonies of #BC8443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8443

Black with #BC8443

Text Example


Text Example

White with #BC8443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8443; }

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

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

background-color css

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

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

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

border-color css

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

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

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