Html Css Color HEX #BB8149 Brandy Punch

📋 copy color: '#BB8149'

red 187 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #BB8149

Tints of Brandy Punch #BB8149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 48.07%
G = 33.16%
B = 18.77%

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

#BB8149 (or 0xBB8149) is known color: Brandy Punch. HEX triplet: BB, 81 and 49. RGB value is (187,129,73). Sum of RGB (Red+Green+Blue) = 187+129+73=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8149 is #447EB6. Grayscale: #8C8C8C. Windows color (decimal): -4488887 or 4817339. OLE color: 4817339.

HSL color Cylindrical-coordinate representation of color #BB8149: hue angle of 29.47º 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 #BB8149 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 73 -
CMYK 0 0.31 0.61 0.27
HSL 29.47º 0.46% 0.51% -
HSV(B) 29.47º 0.61% 0.73% -
XYZ 29.55 26.75 9.91 -
YUV 139.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 187 129 73 0 0.31 0.61 0.27 29.47 0.46 0.51
Hex BB 81 49 0 1F 3D 1B 1D 2E 33
Octal 273 201 111 0 37 75 33 35 56 63
Binary 10111011 10000001 1001001 0 11111 111101 11011 11101 101110 110011

Color Harmonies of #BB8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8149

Black with #BB8149

Text Example


Text Example

White with #BB8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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