Html Css Color HEX #BC8045 Brandy Punch

📋 copy color: '#BC8045'

red 188 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #BC8045

Tints of Brandy Punch #BC8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 48.83%
G = 33.25%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8045 (or 0xBC8045) is known color: Brandy Punch. HEX triplet: BC, 80 and 45. RGB value is (188,128,69). Sum of RGB (Red+Green+Blue) = 188+128+69=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8045 is #437FBA. Grayscale: #8B8B8B. Windows color (decimal): -4423611 or 4554940. OLE color: 4554940.

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

Color convert

RGB 188 128 69 -
CMYK 0 0.32 0.63 0.26
HSL 29.75º 0.47% 0.5% -
HSV(B) 29.75º 0.63% 0.74% -
XYZ 29.53 26.56 9.2 -
YUV 139.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 188 128 69 0 0.32 0.63 0.26 29.75 0.47 0.5
Hex BC 80 45 0 20 3F 1A 1E 2F 32
Octal 274 200 105 0 40 77 32 36 57 62
Binary 10111100 10000000 1000101 0 100000 111111 11010 11110 101111 110010

Color Harmonies of #BC8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8045

Black with #BC8045

Text Example


Text Example

White with #BC8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8045; }

 p { color: rgb(188,128,69); }

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

background-color css

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

 a { background-color: rgb(188,128,69); }

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

border-color css

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

 span { border-color: rgb(188,128,69); }

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