Html Css Color HEX #BB8448 Brandy Punch

📋 copy color: '#BB8448'

red 187 ◦ green 132 ◦ blue 72

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

Shades of Brandy Punch #BB8448

Tints of Brandy Punch #BB8448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 47.83%
G = 33.76%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8448 (or 0xBB8448) is known color: Brandy Punch. HEX triplet: BB, 84 and 48. RGB value is (187,132,72). Sum of RGB (Red+Green+Blue) = 187+132+72=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8448 is #447BB7. Grayscale: #8D8D8D. Windows color (decimal): -4488120 or 4752571. OLE color: 4752571.

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

Color convert

RGB 187 132 72 -
CMYK 0 0.29 0.61 0.27
HSL 31.3º 0.46% 0.51% -
HSV(B) 31.3º 0.61% 0.73% -
XYZ 29.91 27.54 9.87 -
YUV 141.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 187 132 72 0 0.29 0.61 0.27 31.3 0.46 0.51
Hex BB 84 48 0 1D 3D 1B 1F 2E 33
Octal 273 204 110 0 35 75 33 37 56 63
Binary 10111011 10000100 1001000 0 11101 111101 11011 11111 101110 110011

Color Harmonies of #BB8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8448

Black with #BB8448

Text Example


Text Example

White with #BB8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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