Html Css Color HEX #BB7440 Brandy Punch

📋 copy color: '#BB7440'

red 187 ◦ green 116 ◦ blue 64

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

Shades of Brandy Punch #BB7440

Tints of Brandy Punch #BB7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 50.95%
G = 31.61%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB7440 (or 0xBB7440) is known color: Brandy Punch. HEX triplet: BB, 74 and 40. RGB value is (187,116,64). Sum of RGB (Red+Green+Blue) = 187+116+64=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7440 is #448BBF. Grayscale: #838383. Windows color (decimal): -4492224 or 4224187. OLE color: 4224187.

HSL color Cylindrical-coordinate representation of color #BB7440: hue angle of 25.37º 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 #BB7440 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 64 -
CMYK 0 0.38 0.66 0.27
HSL 25.37º 0.49% 0.49% -
HSV(B) 25.37º 0.66% 0.73% -
XYZ 27.66 23.43 7.91 -
YUV 131.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 187 116 64 0 0.38 0.66 0.27 25.37 0.49 0.49
Hex BB 74 40 0 26 42 1B 19 31 31
Octal 273 164 100 0 46 102 33 31 61 61
Binary 10111011 1110100 1000000 0 100110 1000010 11011 11001 110001 110001

Color Harmonies of #BB7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7440

Black with #BB7440

Text Example


Text Example

White with #BB7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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