Html Css Color HEX #BC7442 Brandy Punch

📋 copy color: '#BC7442'

red 188 ◦ green 116 ◦ blue 66

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

Shades of Brandy Punch #BC7442

Tints of Brandy Punch #BC7442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 50.81%
G = 31.35%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7442 (or 0xBC7442) is known color: Brandy Punch. HEX triplet: BC, 74 and 42. RGB value is (188,116,66). Sum of RGB (Red+Green+Blue) = 188+116+66=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7442 is #438BBD. Grayscale: #848484. Windows color (decimal): -4426686 or 4355260. OLE color: 4355260.

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

Color convert

RGB 188 116 66 -
CMYK 0 0.38 0.65 0.26
HSL 24.59º 0.48% 0.5% -
HSV(B) 24.59º 0.65% 0.74% -
XYZ 27.97 23.58 8.23 -
YUV 131.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 188 116 66 0 0.38 0.65 0.26 24.59 0.48 0.5
Hex BC 74 42 0 26 41 1A 19 30 32
Octal 274 164 102 0 46 101 32 31 60 62
Binary 10111100 1110100 1000010 0 100110 1000001 11010 11001 110000 110010

Color Harmonies of #BC7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7442

Black with #BC7442

Text Example


Text Example

White with #BC7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7442; }

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

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

background-color css

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

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

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

border-color css

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

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

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