Html Css Color HEX #BB7B53 Brandy Punch

📋 copy color: '#BB7B53'

red 187 ◦ green 123 ◦ blue 83

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

Shades of Brandy Punch #BB7B53

Tints of Brandy Punch #BB7B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 47.58%
G = 31.3%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB7B53 (or 0xBB7B53) is known color: Brandy Punch. HEX triplet: BB, 7B and 53. RGB value is (187,123,83). Sum of RGB (Red+Green+Blue) = 187+123+83=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B53 is #4484AC. Grayscale: #898989. Windows color (decimal): -4490413 or 5471163. OLE color: 5471163.

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

Color convert

RGB 187 123 83 -
CMYK 0 0.34 0.56 0.27
HSL 23.08º 0.43% 0.53% -
HSV(B) 23.08º 0.56% 0.73% -
XYZ 29.14 25.36 11.54 -
YUV 137.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 187 123 83 0 0.34 0.56 0.27 23.08 0.43 0.53
Hex BB 7B 53 0 22 38 1B 17 2B 35
Octal 273 173 123 0 42 70 33 27 53 65
Binary 10111011 1111011 1010011 0 100010 111000 11011 10111 101011 110101

Color Harmonies of #BB7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B53

Black with #BB7B53

Text Example


Text Example

White with #BB7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B53; }

 p { color: rgb(187,123,83); }

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

background-color css

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

 a { background-color: rgb(187,123,83); }

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

border-color css

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

 span { border-color: rgb(187,123,83); }

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