Html Css Color HEX #BB7F50 Brandy Punch

📋 copy color: '#BB7F50'

red 187 ◦ green 127 ◦ blue 80

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

Shades of Brandy Punch #BB7F50

Tints of Brandy Punch #BB7F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 47.46%
G = 32.23%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB7F50 (or 0xBB7F50) is known color: Brandy Punch. HEX triplet: BB, 7F and 50. RGB value is (187,127,80). Sum of RGB (Red+Green+Blue) = 187+127+80=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F50 is #4480AF. Grayscale: #8B8B8B. Windows color (decimal): -4489392 or 5275579. OLE color: 5275579.

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

Color convert

RGB 187 127 80 -
CMYK 0 0.32 0.57 0.27
HSL 26.36º 0.44% 0.52% -
HSV(B) 26.36º 0.57% 0.73% -
XYZ 29.53 26.32 11.11 -
YUV 139.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 187 127 80 0 0.32 0.57 0.27 26.36 0.44 0.52
Hex BB 7F 50 0 20 39 1B 1A 2C 34
Octal 273 177 120 0 40 71 33 32 54 64
Binary 10111011 1111111 1010000 0 100000 111001 11011 11010 101100 110100

Color Harmonies of #BB7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F50

Black with #BB7F50

Text Example


Text Example

White with #BB7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F50; }

 p { color: rgb(187,127,80); }

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

background-color css

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

 a { background-color: rgb(187,127,80); }

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

border-color css

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

 span { border-color: rgb(187,127,80); }

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