Html Css Color HEX #BC7B48 Brandy Punch

📋 copy color: '#BC7B48'

red 188 ◦ green 123 ◦ blue 72

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

Shades of Brandy Punch #BC7B48

Tints of Brandy Punch #BC7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 49.09%
G = 32.11%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7B48 (or 0xBC7B48) is known color: Brandy Punch. HEX triplet: BC, 7B and 48. RGB value is (188,123,72). Sum of RGB (Red+Green+Blue) = 188+123+72=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B48 is #4384B7. Grayscale: #888888. Windows color (decimal): -4424888 or 4750268. OLE color: 4750268.

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

Color convert

RGB 188 123 72 -
CMYK 0 0.35 0.62 0.26
HSL 26.38º 0.46% 0.51% -
HSV(B) 26.38º 0.62% 0.74% -
XYZ 28.99 25.33 9.49 -
YUV 136.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 188 123 72 0 0.35 0.62 0.26 26.38 0.46 0.51
Hex BC 7B 48 0 23 3E 1A 1A 2E 33
Octal 274 173 110 0 43 76 32 32 56 63
Binary 10111100 1111011 1001000 0 100011 111110 11010 11010 101110 110011

Color Harmonies of #BC7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B48

Black with #BC7B48

Text Example


Text Example

White with #BC7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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