Html Css Color HEX #BC8143 Brandy Punch

📋 copy color: '#BC8143'

red 188 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #BC8143

Tints of Brandy Punch #BC8143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 48.96%
G = 33.59%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8143 (or 0xBC8143) is known color: Brandy Punch. HEX triplet: BC, 81 and 43. RGB value is (188,129,67). Sum of RGB (Red+Green+Blue) = 188+129+67=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8143 is #437EBC. Grayscale: #8B8B8B. Windows color (decimal): -4423357 or 4424124. OLE color: 4424124.

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

Color convert

RGB 188 129 67 -
CMYK 0 0.31 0.64 0.26
HSL 30.74º 0.47% 0.5% -
HSV(B) 30.74º 0.64% 0.74% -
XYZ 29.6 26.8 8.92 -
YUV 139.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 188 129 67 0 0.31 0.64 0.26 30.74 0.47 0.5
Hex BC 81 43 0 1F 40 1A 1F 2F 32
Octal 274 201 103 0 37 100 32 37 57 62
Binary 10111100 10000001 1000011 0 11111 1000000 11010 11111 101111 110010

Color Harmonies of #BC8143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8143

Black with #BC8143

Text Example


Text Example

White with #BC8143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8143; }

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

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

background-color css

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

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

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

border-color css

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

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

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