Html Css Color HEX #BC7F43 Brandy Punch

📋 copy color: '#BC7F43'

red 188 ◦ green 127 ◦ blue 67

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

Shades of Brandy Punch #BC7F43

Tints of Brandy Punch #BC7F43

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 49.21%
G = 33.25%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7F43 (or 0xBC7F43) is known color: Brandy Punch. HEX triplet: BC, 7F and 43. RGB value is (188,127,67). Sum of RGB (Red+Green+Blue) = 188+127+67=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F43 is #4380BC. Grayscale: #8A8A8A. Windows color (decimal): -4423869 or 4423612. OLE color: 4423612.

HSL color Cylindrical-coordinate representation of color #BC7F43: hue angle of 29.75º 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 #BC7F43 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 127 67 -
CMYK 0 0.32 0.64 0.26
HSL 29.75º 0.47% 0.5% -
HSV(B) 29.75º 0.64% 0.74% -
XYZ 29.34 26.28 8.84 -
YUV 138.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 188 127 67 0 0.32 0.64 0.26 29.75 0.47 0.5
Hex BC 7F 43 0 20 40 1A 1E 2F 32
Octal 274 177 103 0 40 100 32 36 57 62
Binary 10111100 1111111 1000011 0 100000 1000000 11010 11110 101111 110010

Color Harmonies of #BC7F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F43

Black with #BC7F43

Text Example


Text Example

White with #BC7F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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