Html Css Color HEX #BB8445 Brandy Punch

📋 copy color: '#BB8445'

red 187 ◦ green 132 ◦ blue 69

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

Shades of Brandy Punch #BB8445

Tints of Brandy Punch #BB8445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 48.2%
G = 34.02%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8445 (or 0xBB8445) is known color: Brandy Punch. HEX triplet: BB, 84 and 45. RGB value is (187,132,69). Sum of RGB (Red+Green+Blue) = 187+132+69=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8445 is #447BBA. Grayscale: #8D8D8D. Windows color (decimal): -4488123 or 4555963. OLE color: 4555963.

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

Color convert

RGB 187 132 69 -
CMYK 0 0.29 0.63 0.27
HSL 32.03º 0.46% 0.5% -
HSV(B) 32.03º 0.63% 0.73% -
XYZ 29.82 27.5 9.37 -
YUV 141.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 187 132 69 0 0.29 0.63 0.27 32.03 0.46 0.5
Hex BB 84 45 0 1D 3F 1B 20 2E 32
Octal 273 204 105 0 35 77 33 40 56 62
Binary 10111011 10000100 1000101 0 11101 111111 11011 100000 101110 110010

Color Harmonies of #BB8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8445

Black with #BB8445

Text Example


Text Example

White with #BB8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8445; }

 p { color: rgb(187,132,69); }

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

background-color css

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

 a { background-color: rgb(187,132,69); }

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

border-color css

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

 span { border-color: rgb(187,132,69); }

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