Html Css Color HEX #BC7D4B Brandy Punch

📋 copy color: '#BC7D4B'

red 188 ◦ green 125 ◦ blue 75

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

Shades of Brandy Punch #BC7D4B

Tints of Brandy Punch #BC7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 48.45%
G = 32.22%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC7D4B (or 0xBC7D4B) is known color: Brandy Punch. HEX triplet: BC, 7D and 4B. RGB value is (188,125,75). Sum of RGB (Red+Green+Blue) = 188+125+75=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D4B is #4382B4. Grayscale: #8A8A8A. Windows color (decimal): -4424373 or 4947388. OLE color: 4947388.

HSL color Cylindrical-coordinate representation of color #BC7D4B: hue angle of 26.55º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC7D4B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 75 -
CMYK 0 0.34 0.60 0.26
HSL 26.55º 0.46% 0.52% -
HSV(B) 26.55º 0.6% 0.74% -
XYZ 29.34 25.87 10.1 -
YUV 138.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 188 125 75 0 0.34 0.60 0.26 26.55 0.46 0.52
Hex BC 7D 4B 0 22 3C 1A 1B 2E 34
Octal 274 175 113 0 42 74 32 33 56 64
Binary 10111100 1111101 1001011 0 100010 111100 11010 11011 101110 110100

Color Harmonies of #BC7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D4B

Black with #BC7D4B

Text Example


Text Example

White with #BC7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D4B; }

 p { color: rgb(188,125,75); }

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

background-color css

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

 a { background-color: rgb(188,125,75); }

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

border-color css

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

 span { border-color: rgb(188,125,75); }

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