Html Css Color HEX #BB7740 Brandy Punch

📋 copy color: '#BB7740'

red 187 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #BB7740

Tints of Brandy Punch #BB7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 50.54%
G = 32.16%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB7740 (or 0xBB7740) is known color: Brandy Punch. HEX triplet: BB, 77 and 40. RGB value is (187,119,64). Sum of RGB (Red+Green+Blue) = 187+119+64=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7740 is #4488BF. Grayscale: #858585. Windows color (decimal): -4491456 or 4224955. OLE color: 4224955.

HSL color Cylindrical-coordinate representation of color #BB7740: hue angle of 26.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB7740 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 64 -
CMYK 0 0.36 0.66 0.27
HSL 26.83º 0.49% 0.49% -
HSV(B) 26.83º 0.66% 0.73% -
XYZ 28.02 24.13 8.03 -
YUV 133.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 187 119 64 0 0.36 0.66 0.27 26.83 0.49 0.49
Hex BB 77 40 0 24 42 1B 1B 31 31
Octal 273 167 100 0 44 102 33 33 61 61
Binary 10111011 1110111 1000000 0 100100 1000010 11011 11011 110001 110001

Color Harmonies of #BB7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7740

Black with #BB7740

Text Example


Text Example

White with #BB7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7740; }

 p { color: rgb(187,119,64); }

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

background-color css

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

 a { background-color: rgb(187,119,64); }

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

border-color css

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

 span { border-color: rgb(187,119,64); }

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