Html Css Color HEX #BC844A Brandy Punch

📋 copy color: '#BC844A'

red 188 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #BC844A

Tints of Brandy Punch #BC844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 47.72%
G = 33.5%
B = 18.78%

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

#BC844A (or 0xBC844A) is known color: Brandy Punch. HEX triplet: BC, 84 and 4A. RGB value is (188,132,74). Sum of RGB (Red+Green+Blue) = 188+132+74=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC844A is #437BB5. Grayscale: #8E8E8E. Windows color (decimal): -4422582 or 4883644. OLE color: 4883644.

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

Color convert

RGB 188 132 74 -
CMYK 0 0.30 0.61 0.26
HSL 30.53º 0.46% 0.51% -
HSV(B) 30.53º 0.61% 0.74% -
XYZ 30.23 27.69 10.23 -
YUV 142.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 188 132 74 0 0.30 0.61 0.26 30.53 0.46 0.51
Hex BC 84 4A 0 1E 3D 1A 1F 2E 33
Octal 274 204 112 0 36 75 32 37 56 63
Binary 10111100 10000100 1001010 0 11110 111101 11010 11111 101110 110011

Color Harmonies of #BC844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC844A

Black with #BC844A

Text Example


Text Example

White with #BC844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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