Html Css Color HEX #BC8138 Brandy Punch

📋 copy color: '#BC8138'

red 188 ◦ green 129 ◦ blue 56

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

Shades of Brandy Punch #BC8138

Tints of Brandy Punch #BC8138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 50.4%
G = 34.58%
B = 15.01%

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

#BC8138 (or 0xBC8138) is known color: Brandy Punch. HEX triplet: BC, 81 and 38. RGB value is (188,129,56). Sum of RGB (Red+Green+Blue) = 188+129+56=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8138 is #437EC7. Grayscale: #8A8A8A. Windows color (decimal): -4423368 or 3703228. OLE color: 3703228.

HSL color Cylindrical-coordinate representation of color #BC8138: hue angle of 33.18º degrees, saturation: 0.54, 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 #BC8138 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 56 -
CMYK 0 0.31 0.70 0.26
HSL 33.18º 0.54% 0.48% -
HSV(B) 33.18º 0.7% 0.74% -
XYZ 29.3 26.68 7.35 -
YUV 138.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 188 129 56 0 0.31 0.70 0.26 33.18 0.54 0.48
Hex BC 81 38 0 1F 46 1A 21 36 30
Octal 274 201 70 0 37 106 32 41 66 60
Binary 10111100 10000001 111000 0 11111 1000110 11010 100001 110110 110000

Color Harmonies of #BC8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8138

Black with #BC8138

Text Example


Text Example

White with #BC8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8138; }

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

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

background-color css

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

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

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

border-color css

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

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

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