Html Css Color HEX #BC8139 Brandy Punch

📋 copy color: '#BC8139'

red 188 ◦ green 129 ◦ blue 57

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

Shades of Brandy Punch #BC8139

Tints of Brandy Punch #BC8139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.24%

R = 50.27%
G = 34.49%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8139 (or 0xBC8139) is known color: Brandy Punch. HEX triplet: BC, 81 and 39. RGB value is (188,129,57). Sum of RGB (Red+Green+Blue) = 188+129+57=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8139 is #437EC6. Grayscale: #8A8A8A. Windows color (decimal): -4423367 or 3768764. OLE color: 3768764.

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

Color convert

RGB 188 129 57 -
CMYK 0 0.31 0.70 0.26
HSL 32.98º 0.53% 0.48% -
HSV(B) 32.98º 0.7% 0.74% -
XYZ 29.33 26.69 7.48 -
YUV 138.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 188 129 57 0 0.31 0.70 0.26 32.98 0.53 0.48
Hex BC 81 39 0 1F 46 1A 21 35 30
Octal 274 201 71 0 37 106 32 41 65 60
Binary 10111100 10000001 111001 0 11111 1000110 11010 100001 110101 110000

Color Harmonies of #BC8139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8139

Black with #BC8139

Text Example


Text Example

White with #BC8139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8139; }

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

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

background-color css

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

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

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

border-color css

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

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

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