Html Css Color HEX #BB8052 Brandy Punch

📋 copy color: '#BB8052'

red 187 ◦ green 128 ◦ blue 82

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

Shades of Brandy Punch #BB8052

Tints of Brandy Punch #BB8052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 47.1%
G = 32.24%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8052 (or 0xBB8052) is known color: Brandy Punch. HEX triplet: BB, 80 and 52. RGB value is (187,128,82). Sum of RGB (Red+Green+Blue) = 187+128+82=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8052 is #447FAD. Grayscale: #8C8C8C. Windows color (decimal): -4489134 or 5406907. OLE color: 5406907.

HSL color Cylindrical-coordinate representation of color #BB8052: hue angle of 26.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB8052 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 82 -
CMYK 0 0.32 0.56 0.27
HSL 26.29º 0.44% 0.53% -
HSV(B) 26.29º 0.56% 0.73% -
XYZ 29.74 26.61 11.55 -
YUV 140.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 187 128 82 0 0.32 0.56 0.27 26.29 0.44 0.53
Hex BB 80 52 0 20 38 1B 1A 2C 35
Octal 273 200 122 0 40 70 33 32 54 65
Binary 10111011 10000000 1010010 0 100000 111000 11011 11010 101100 110101

Color Harmonies of #BB8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8052

Black with #BB8052

Text Example


Text Example

White with #BB8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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