Html Css Color HEX #BB8444 Brandy Punch

📋 copy color: '#BB8444'

red 187 ◦ green 132 ◦ blue 68

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

Shades of Brandy Punch #BB8444

Tints of Brandy Punch #BB8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 48.32%
G = 34.11%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8444 (or 0xBB8444) is known color: Brandy Punch. HEX triplet: BB, 84 and 44. RGB value is (187,132,68). Sum of RGB (Red+Green+Blue) = 187+132+68=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8444 is #447BBB. Grayscale: #8D8D8D. Windows color (decimal): -4488124 or 4490427. OLE color: 4490427.

HSL color Cylindrical-coordinate representation of color #BB8444: hue angle of 32.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB8444 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 68 -
CMYK 0 0.29 0.64 0.27
HSL 32.27º 0.47% 0.5% -
HSV(B) 32.27º 0.64% 0.73% -
XYZ 29.79 27.48 9.2 -
YUV 141.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 187 132 68 0 0.29 0.64 0.27 32.27 0.47 0.5
Hex BB 84 44 0 1D 40 1B 20 2F 32
Octal 273 204 104 0 35 100 33 40 57 62
Binary 10111011 10000100 1000100 0 11101 1000000 11011 100000 101111 110010

Color Harmonies of #BB8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8444

Black with #BB8444

Text Example


Text Example

White with #BB8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8444; }

 p { color: rgb(187,132,68); }

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

background-color css

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

 a { background-color: rgb(187,132,68); }

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

border-color css

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

 span { border-color: rgb(187,132,68); }

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