Html Css Color HEX #BC8142 Brandy Punch

📋 copy color: '#BC8142'

red 188 ◦ green 129 ◦ blue 66

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

Shades of Brandy Punch #BC8142

Tints of Brandy Punch #BC8142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 49.09%
G = 33.68%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8142 (or 0xBC8142) is known color: Brandy Punch. HEX triplet: BC, 81 and 42. RGB value is (188,129,66). Sum of RGB (Red+Green+Blue) = 188+129+66=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8142 is #437EBD. Grayscale: #8B8B8B. Windows color (decimal): -4423358 or 4358588. OLE color: 4358588.

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

Color convert

RGB 188 129 66 -
CMYK 0 0.31 0.65 0.26
HSL 30.98º 0.48% 0.5% -
HSV(B) 30.98º 0.65% 0.74% -
XYZ 29.57 26.79 8.77 -
YUV 139.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 188 129 66 0 0.31 0.65 0.26 30.98 0.48 0.5
Hex BC 81 42 0 1F 41 1A 1F 30 32
Octal 274 201 102 0 37 101 32 37 60 62
Binary 10111100 10000001 1000010 0 11111 1000001 11010 11111 110000 110010

Color Harmonies of #BC8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8142

Black with #BC8142

Text Example


Text Example

White with #BC8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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