Html Css Color HEX #BB8152 Brandy Punch

📋 copy color: '#BB8152'

red 187 ◦ green 129 ◦ blue 82

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

Shades of Brandy Punch #BB8152

Tints of Brandy Punch #BB8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 46.98%
G = 32.41%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8152 (or 0xBB8152) is known color: Brandy Punch. HEX triplet: BB, 81 and 52. RGB value is (187,129,82). Sum of RGB (Red+Green+Blue) = 187+129+82=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8152 is #447EAD. Grayscale: #8D8D8D. Windows color (decimal): -4488878 or 5407163. OLE color: 5407163.

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

Color convert

RGB 187 129 82 -
CMYK 0 0.31 0.56 0.27
HSL 26.86º 0.44% 0.53% -
HSV(B) 26.86º 0.56% 0.73% -
XYZ 29.87 26.87 11.6 -
YUV 140.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 187 129 82 0 0.31 0.56 0.27 26.86 0.44 0.53
Hex BB 81 52 0 1F 38 1B 1B 2C 35
Octal 273 201 122 0 37 70 33 33 54 65
Binary 10111011 10000001 1010010 0 11111 111000 11011 11011 101100 110101

Color Harmonies of #BB8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8152

Black with #BB8152

Text Example


Text Example

White with #BB8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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