Html Css Color HEX #BB7952 Brandy Punch

📋 copy color: '#BB7952'

red 187 ◦ green 121 ◦ blue 82

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

Shades of Brandy Punch #BB7952

Tints of Brandy Punch #BB7952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

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

R = 47.95%
G = 31.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB7952 (or 0xBB7952) is known color: Brandy Punch. HEX triplet: BB, 79 and 52. RGB value is (187,121,82). Sum of RGB (Red+Green+Blue) = 187+121+82=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7952 is #4486AD. Grayscale: #888888. Windows color (decimal): -4490926 or 5405115. OLE color: 5405115.

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

Color convert

RGB 187 121 82 -
CMYK 0 0.35 0.56 0.27
HSL 22.29º 0.44% 0.53% -
HSV(B) 22.29º 0.56% 0.73% -
XYZ 28.85 24.85 11.26 -
YUV 136.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 187 121 82 0 0.35 0.56 0.27 22.29 0.44 0.53
Hex BB 79 52 0 23 38 1B 16 2C 35
Octal 273 171 122 0 43 70 33 26 54 65
Binary 10111011 1111001 1010010 0 100011 111000 11011 10110 101100 110101

Color Harmonies of #BB7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7952

Black with #BB7952

Text Example


Text Example

White with #BB7952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7952; }

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

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

background-color css

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

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

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

border-color css

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

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

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