Html Css Color HEX #BC834A Brandy Punch

📋 copy color: '#BC834A'

red 188 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #BC834A

Tints of Brandy Punch #BC834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 47.84%
G = 33.33%
B = 18.83%

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

#BC834A (or 0xBC834A) is known color: Brandy Punch. HEX triplet: BC, 83 and 4A. RGB value is (188,131,74). Sum of RGB (Red+Green+Blue) = 188+131+74=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC834A is #437CB5. Grayscale: #8D8D8D. Windows color (decimal): -4422838 or 4883388. OLE color: 4883388.

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

Color convert

RGB 188 131 74 -
CMYK 0 0.30 0.61 0.26
HSL 30º 0.46% 0.51% -
HSV(B) 30º 0.61% 0.74% -
XYZ 30.09 27.42 10.18 -
YUV 141.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 188 131 74 0 0.30 0.61 0.26 30 0.46 0.51
Hex BC 83 4A 0 1E 3D 1A 1E 2E 33
Octal 274 203 112 0 36 75 32 36 56 63
Binary 10111100 10000011 1001010 0 11110 111101 11010 11110 101110 110011

Color Harmonies of #BC834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC834A

Black with #BC834A

Text Example


Text Example

White with #BC834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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