Html Css Color HEX #BB7B4D Brandy Punch

📋 copy color: '#BB7B4D'

red 187 ◦ green 123 ◦ blue 77

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

Shades of Brandy Punch #BB7B4D

Tints of Brandy Punch #BB7B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 48.32%
G = 31.78%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB7B4D (or 0xBB7B4D) is known color: Brandy Punch. HEX triplet: BB, 7B and 4D. RGB value is (187,123,77). Sum of RGB (Red+Green+Blue) = 187+123+77=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B4D is #4484B2. Grayscale: #898989. Windows color (decimal): -4490419 or 5077947. OLE color: 5077947.

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

Color convert

RGB 187 123 77 -
CMYK 0 0.34 0.59 0.27
HSL 25.09º 0.45% 0.52% -
HSV(B) 25.09º 0.59% 0.73% -
XYZ 28.92 25.27 10.37 -
YUV 136.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 187 123 77 0 0.34 0.59 0.27 25.09 0.45 0.52
Hex BB 7B 4D 0 22 3B 1B 19 2D 34
Octal 273 173 115 0 42 73 33 31 55 64
Binary 10111011 1111011 1001101 0 100010 111011 11011 11001 101101 110100

Color Harmonies of #BB7B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B4D

Black with #BB7B4D

Text Example


Text Example

White with #BB7B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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