Html Css Color HEX #BB8048 Brandy Punch

📋 copy color: '#BB8048'

red 187 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #BB8048

Tints of Brandy Punch #BB8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 48.32%
G = 33.07%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8048 (or 0xBB8048) is known color: Brandy Punch. HEX triplet: BB, 80 and 48. RGB value is (187,128,72). Sum of RGB (Red+Green+Blue) = 187+128+72=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8048 is #447FB7. Grayscale: #8B8B8B. Windows color (decimal): -4489144 or 4751547. OLE color: 4751547.

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

Color convert

RGB 187 128 72 -
CMYK 0 0.32 0.61 0.27
HSL 29.22º 0.46% 0.51% -
HSV(B) 29.22º 0.61% 0.73% -
XYZ 29.38 26.47 9.69 -
YUV 139.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 187 128 72 0 0.32 0.61 0.27 29.22 0.46 0.51
Hex BB 80 48 0 20 3D 1B 1D 2E 33
Octal 273 200 110 0 40 75 33 35 56 63
Binary 10111011 10000000 1001000 0 100000 111101 11011 11101 101110 110011

Color Harmonies of #BB8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8048

Black with #BB8048

Text Example


Text Example

White with #BB8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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