Html Css Color HEX #BB8148 Brandy Punch

📋 copy color: '#BB8148'

red 187 ◦ green 129 ◦ blue 72

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

Shades of Brandy Punch #BB8148

Tints of Brandy Punch #BB8148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 48.2%
G = 33.25%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8148 (or 0xBB8148) is known color: Brandy Punch. HEX triplet: BB, 81 and 48. RGB value is (187,129,72). Sum of RGB (Red+Green+Blue) = 187+129+72=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8148 is #447EB7. Grayscale: #8C8C8C. Windows color (decimal): -4488888 or 4751803. OLE color: 4751803.

HSL color Cylindrical-coordinate representation of color #BB8148: hue angle of 29.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB8148 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 72 -
CMYK 0 0.31 0.61 0.27
HSL 29.74º 0.46% 0.51% -
HSV(B) 29.74º 0.61% 0.73% -
XYZ 29.51 26.73 9.74 -
YUV 139.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 187 129 72 0 0.31 0.61 0.27 29.74 0.46 0.51
Hex BB 81 48 0 1F 3D 1B 1E 2E 33
Octal 273 201 110 0 37 75 33 36 56 63
Binary 10111011 10000001 1001000 0 11111 111101 11011 11110 101110 110011

Color Harmonies of #BB8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8148

Black with #BB8148

Text Example


Text Example

White with #BB8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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