Html Css Color HEX #BB7B54 Brandy Punch

📋 copy color: '#BB7B54'

red 187 ◦ green 123 ◦ blue 84

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

Shades of Brandy Punch #BB7B54

Tints of Brandy Punch #BB7B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 47.46%
G = 31.22%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB7B54 (or 0xBB7B54) is known color: Brandy Punch. HEX triplet: BB, 7B and 54. RGB value is (187,123,84). Sum of RGB (Red+Green+Blue) = 187+123+84=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B54 is #4484AB. Grayscale: #898989. Windows color (decimal): -4490412 or 5536699. OLE color: 5536699.

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

Color convert

RGB 187 123 84 -
CMYK 0 0.34 0.55 0.27
HSL 22.72º 0.43% 0.53% -
HSV(B) 22.72º 0.55% 0.73% -
XYZ 29.18 25.37 11.75 -
YUV 137.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 187 123 84 0 0.34 0.55 0.27 22.72 0.43 0.53
Hex BB 7B 54 0 22 37 1B 17 2B 35
Octal 273 173 124 0 42 67 33 27 53 65
Binary 10111011 1111011 1010100 0 100010 110111 11011 10111 101011 110101

Color Harmonies of #BB7B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B54

Black with #BB7B54

Text Example


Text Example

White with #BB7B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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