Html Css Color HEX #BC7C38 Brandy Punch

📋 copy color: '#BC7C38'

red 188 ◦ green 124 ◦ blue 56

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

Shades of Brandy Punch #BC7C38

Tints of Brandy Punch #BC7C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

 BLUE value IS 56 (22.27% from 255) = 15.22%

R = 51.09%
G = 33.7%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC7C38 (or 0xBC7C38) is known color: Brandy Punch. HEX triplet: BC, 7C and 38. RGB value is (188,124,56). Sum of RGB (Red+Green+Blue) = 188+124+56=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C38 is #4383C7. Grayscale: #878787. Windows color (decimal): -4424648 or 3701948. OLE color: 3701948.

HSL color Cylindrical-coordinate representation of color #BC7C38: hue angle of 30.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7C38 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 124 56 -
CMYK 0 0.34 0.70 0.26
HSL 30.91º 0.54% 0.48% -
HSV(B) 30.91º 0.7% 0.74% -
XYZ 28.66 25.39 7.13 -
YUV 135.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 188 124 56 0 0.34 0.70 0.26 30.91 0.54 0.48
Hex BC 7C 38 0 22 46 1A 1F 36 30
Octal 274 174 70 0 42 106 32 37 66 60
Binary 10111100 1111100 111000 0 100010 1000110 11010 11111 110110 110000

Color Harmonies of #BC7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C38

Black with #BC7C38

Text Example


Text Example

White with #BC7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C38; }

 p { color: rgb(188,124,56); }

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

background-color css

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

 a { background-color: rgb(188,124,56); }

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

border-color css

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

 span { border-color: rgb(188,124,56); }

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