Html Css Color HEX #BC7443 Brandy Punch

📋 copy color: '#BC7443'

red 188 ◦ green 116 ◦ blue 67

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

Shades of Brandy Punch #BC7443

Tints of Brandy Punch #BC7443

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 50.67%
G = 31.27%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7443 (or 0xBC7443) is known color: Brandy Punch. HEX triplet: BC, 74 and 43. RGB value is (188,116,67). Sum of RGB (Red+Green+Blue) = 188+116+67=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7443 is #438BBC. Grayscale: #848484. Windows color (decimal): -4426685 or 4420796. OLE color: 4420796.

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

Color convert

RGB 188 116 67 -
CMYK 0 0.38 0.64 0.26
HSL 24.3º 0.47% 0.5% -
HSV(B) 24.3º 0.64% 0.74% -
XYZ 28 23.59 8.39 -
YUV 131.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 188 116 67 0 0.38 0.64 0.26 24.3 0.47 0.5
Hex BC 74 43 0 26 40 1A 18 2F 32
Octal 274 164 103 0 46 100 32 30 57 62
Binary 10111100 1110100 1000011 0 100110 1000000 11010 11000 101111 110010

Color Harmonies of #BC7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7443

Black with #BC7443

Text Example


Text Example

White with #BC7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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