Html Css Color HEX #BC7B54 Brandy Punch

📋 copy color: '#BC7B54'

red 188 ◦ green 123 ◦ blue 84

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

Shades of Brandy Punch #BC7B54

Tints of Brandy Punch #BC7B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 47.59%
G = 31.14%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7B54 (or 0xBC7B54) is known color: Brandy Punch. HEX triplet: BC, 7B and 54. RGB value is (188,123,84). Sum of RGB (Red+Green+Blue) = 188+123+84=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B54 is #4384AB. Grayscale: #8A8A8A. Windows color (decimal): -4424876 or 5536700. OLE color: 5536700.

HSL color Cylindrical-coordinate representation of color #BC7B54: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC7B54 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 84 -
CMYK 0 0.35 0.55 0.26
HSL 22.5º 0.44% 0.53% -
HSV(B) 22.5º 0.55% 0.74% -
XYZ 29.42 25.5 11.76 -
YUV 137.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 188 123 84 0 0.35 0.55 0.26 22.5 0.44 0.53
Hex BC 7B 54 0 23 37 1A 16 2C 35
Octal 274 173 124 0 43 67 32 26 54 65
Binary 10111100 1111011 1010100 0 100011 110111 11010 10110 101100 110101

Color Harmonies of #BC7B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B54

Black with #BC7B54

Text Example


Text Example

White with #BC7B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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