Html Css Color HEX #BB7E4E Brandy Punch

📋 copy color: '#BB7E4E'

red 187 ◦ green 126 ◦ blue 78

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

Shades of Brandy Punch #BB7E4E

Tints of Brandy Punch #BB7E4E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 47.83%
G = 32.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB7E4E (or 0xBB7E4E) is known color: Brandy Punch. HEX triplet: BB, 7E and 4E. RGB value is (187,126,78). Sum of RGB (Red+Green+Blue) = 187+126+78=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E4E is #4481B1. Grayscale: #8B8B8B. Windows color (decimal): -4489650 or 5144251. OLE color: 5144251.

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

Color convert

RGB 187 126 78 -
CMYK 0 0.33 0.58 0.27
HSL 26.42º 0.44% 0.52% -
HSV(B) 26.42º 0.58% 0.73% -
XYZ 29.33 26.04 10.69 -
YUV 138.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 187 126 78 0 0.33 0.58 0.27 26.42 0.44 0.52
Hex BB 7E 4E 0 21 3A 1B 1A 2C 34
Octal 273 176 116 0 41 72 33 32 54 64
Binary 10111011 1111110 1001110 0 100001 111010 11011 11010 101100 110100

Color Harmonies of #BB7E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E4E

Black with #BB7E4E

Text Example


Text Example

White with #BB7E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E4E; }

 p { color: rgb(187,126,78); }

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

background-color css

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

 a { background-color: rgb(187,126,78); }

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

border-color css

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

 span { border-color: rgb(187,126,78); }

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