Html Css Color HEX #BC8150 Brandy Punch

📋 copy color: '#BC8150'

red 188 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #BC8150

Tints of Brandy Punch #BC8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 47.36%
G = 32.49%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8150 (or 0xBC8150) is known color: Brandy Punch. HEX triplet: BC, 81 and 50. RGB value is (188,129,80). Sum of RGB (Red+Green+Blue) = 188+129+80=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8150 is #437EAF. Grayscale: #8D8D8D. Windows color (decimal): -4423344 or 5276092. OLE color: 5276092.

HSL color Cylindrical-coordinate representation of color #BC8150: hue angle of 27.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8150 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 80 -
CMYK 0 0.31 0.57 0.26
HSL 27.22º 0.45% 0.53% -
HSV(B) 27.22º 0.57% 0.74% -
XYZ 30.04 26.97 11.21 -
YUV 141.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 188 129 80 0 0.31 0.57 0.26 27.22 0.45 0.53
Hex BC 81 50 0 1F 39 1A 1B 2D 35
Octal 274 201 120 0 37 71 32 33 55 65
Binary 10111100 10000001 1010000 0 11111 111001 11010 11011 101101 110101

Color Harmonies of #BC8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8150

Black with #BC8150

Text Example


Text Example

White with #BC8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8150; }

 p { color: rgb(188,129,80); }

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

background-color css

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

 a { background-color: rgb(188,129,80); }

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

border-color css

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

 span { border-color: rgb(188,129,80); }

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