Html Css Color HEX #BC8245 Brandy Punch

📋 copy color: '#BC8245'

red 188 ◦ green 130 ◦ blue 69

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

Shades of Brandy Punch #BC8245

Tints of Brandy Punch #BC8245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

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

R = 48.58%
G = 33.59%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8245 (or 0xBC8245) is known color: Brandy Punch. HEX triplet: BC, 82 and 45. RGB value is (188,130,69). Sum of RGB (Red+Green+Blue) = 188+130+69=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8245 is #437DBA. Grayscale: #8C8C8C. Windows color (decimal): -4423099 or 4555452. OLE color: 4555452.

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

Color convert

RGB 188 130 69 -
CMYK 0 0.31 0.63 0.26
HSL 30.76º 0.47% 0.5% -
HSV(B) 30.76º 0.63% 0.74% -
XYZ 29.8 27.09 9.29 -
YUV 140.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 130 69 0 0.31 0.63 0.26 30.76 0.47 0.5
Hex BC 82 45 0 1F 3F 1A 1F 2F 32
Octal 274 202 105 0 37 77 32 37 57 62
Binary 10111100 10000010 1000101 0 11111 111111 11010 11111 101111 110010

Color Harmonies of #BC8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8245

Black with #BC8245

Text Example


Text Example

White with #BC8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8245; }

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

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

background-color css

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

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

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

border-color css

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

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

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