Html Css Color HEX #BB8548 Brandy Punch

📋 copy color: '#BB8548'

red 187 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #BB8548

Tints of Brandy Punch #BB8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 47.7%
G = 33.93%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8548 (or 0xBB8548) is known color: Brandy Punch. HEX triplet: BB, 85 and 48. RGB value is (187,133,72). Sum of RGB (Red+Green+Blue) = 187+133+72=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8548 is #447AB7. Grayscale: #8E8E8E. Windows color (decimal): -4487864 or 4752827. OLE color: 4752827.

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

Color convert

RGB 187 133 72 -
CMYK 0 0.29 0.61 0.27
HSL 31.83º 0.46% 0.51% -
HSV(B) 31.83º 0.61% 0.73% -
XYZ 30.05 27.81 9.91 -
YUV 142.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 187 133 72 0 0.29 0.61 0.27 31.83 0.46 0.51
Hex BB 85 48 0 1D 3D 1B 20 2E 33
Octal 273 205 110 0 35 75 33 40 56 63
Binary 10111011 10000101 1001000 0 11101 111101 11011 100000 101110 110011

Color Harmonies of #BB8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8548

Black with #BB8548

Text Example


Text Example

White with #BB8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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