Html Css Color HEX #BC7A4B Brandy Punch

📋 copy color: '#BC7A4B'

red 188 ◦ green 122 ◦ blue 75

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

Shades of Brandy Punch #BC7A4B

Tints of Brandy Punch #BC7A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

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

R = 48.83%
G = 31.69%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC7A4B (or 0xBC7A4B) is known color: Brandy Punch. HEX triplet: BC, 7A and 4B. RGB value is (188,122,75). Sum of RGB (Red+Green+Blue) = 188+122+75=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A4B is #4385B4. Grayscale: #888888. Windows color (decimal): -4425141 or 4946620. OLE color: 4946620.

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

Color convert

RGB 188 122 75 -
CMYK 0 0.35 0.60 0.26
HSL 24.96º 0.46% 0.52% -
HSV(B) 24.96º 0.6% 0.74% -
XYZ 28.97 25.12 9.98 -
YUV 136.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 188 122 75 0 0.35 0.60 0.26 24.96 0.46 0.52
Hex BC 7A 4B 0 23 3C 1A 19 2E 34
Octal 274 172 113 0 43 74 32 31 56 64
Binary 10111100 1111010 1001011 0 100011 111100 11010 11001 101110 110100

Color Harmonies of #BC7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A4B

Black with #BC7A4B

Text Example


Text Example

White with #BC7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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