Html Css Color HEX #BC8449 Brandy Punch

📋 copy color: '#BC8449'

red 188 ◦ green 132 ◦ blue 73

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

Shades of Brandy Punch #BC8449

Tints of Brandy Punch #BC8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.59%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 47.84%
G = 33.59%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8449 (or 0xBC8449) is known color: Brandy Punch. HEX triplet: BC, 84 and 49. RGB value is (188,132,73). Sum of RGB (Red+Green+Blue) = 188+132+73=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8449 is #437BB6. Grayscale: #8E8E8E. Windows color (decimal): -4422583 or 4818108. OLE color: 4818108.

HSL color Cylindrical-coordinate representation of color #BC8449: hue angle of 30.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8449 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 73 -
CMYK 0 0.30 0.61 0.26
HSL 30.78º 0.46% 0.51% -
HSV(B) 30.78º 0.61% 0.74% -
XYZ 30.19 27.67 10.05 -
YUV 142.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 188 132 73 0 0.30 0.61 0.26 30.78 0.46 0.51
Hex BC 84 49 0 1E 3D 1A 1F 2E 33
Octal 274 204 111 0 36 75 32 37 56 63
Binary 10111100 10000100 1001001 0 11110 111101 11010 11111 101110 110011

Color Harmonies of #BC8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8449

Black with #BC8449

Text Example


Text Example

White with #BC8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8449; }

 p { color: rgb(188,132,73); }

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

background-color css

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

 a { background-color: rgb(188,132,73); }

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

border-color css

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

 span { border-color: rgb(188,132,73); }

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