Html Css Color HEX #BB7C4C Brandy Punch

📋 copy color: '#BB7C4C'

red 187 ◦ green 124 ◦ blue 76

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

Shades of Brandy Punch #BB7C4C

Tints of Brandy Punch #BB7C4C

RGB

 RED value IS 187 (73.44% from 255) = 48.32%

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 48.32%
G = 32.04%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB7C4C (or 0xBB7C4C) is known color: Brandy Punch. HEX triplet: BB, 7C and 4C. RGB value is (187,124,76). Sum of RGB (Red+Green+Blue) = 187+124+76=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C4C is #4483B3. Grayscale: #898989. Windows color (decimal): -4490164 or 5012667. OLE color: 5012667.

HSL color Cylindrical-coordinate representation of color #BB7C4C: hue angle of 25.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB7C4C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 76 -
CMYK 0 0.34 0.59 0.27
HSL 25.95º 0.45% 0.52% -
HSV(B) 25.95º 0.59% 0.73% -
XYZ 29.01 25.5 10.23 -
YUV 137.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 187 124 76 0 0.34 0.59 0.27 25.95 0.45 0.52
Hex BB 7C 4C 0 22 3B 1B 1A 2D 34
Octal 273 174 114 0 42 73 33 32 55 64
Binary 10111011 1111100 1001100 0 100010 111011 11011 11010 101101 110100

Color Harmonies of #BB7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C4C

Black with #BB7C4C

Text Example


Text Example

White with #BB7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C4C; }

 p { color: rgb(187,124,76); }

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

background-color css

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

 a { background-color: rgb(187,124,76); }

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

border-color css

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

 span { border-color: rgb(187,124,76); }

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