Html Css Color HEX #BB8046 Brandy Punch

📋 copy color: '#BB8046'

red 187 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #BB8046

Tints of Brandy Punch #BB8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 48.57%
G = 33.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8046 (or 0xBB8046) is known color: Brandy Punch. HEX triplet: BB, 80 and 46. RGB value is (187,128,70). Sum of RGB (Red+Green+Blue) = 187+128+70=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8046 is #447FB9. Grayscale: #8B8B8B. Windows color (decimal): -4489146 or 4620475. OLE color: 4620475.

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

Color convert

RGB 187 128 70 -
CMYK 0 0.32 0.63 0.27
HSL 29.74º 0.46% 0.5% -
HSV(B) 29.74º 0.63% 0.73% -
XYZ 29.32 26.45 9.35 -
YUV 139.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 187 128 70 0 0.32 0.63 0.27 29.74 0.46 0.5
Hex BB 80 46 0 20 3F 1B 1E 2E 32
Octal 273 200 106 0 40 77 33 36 56 62
Binary 10111011 10000000 1000110 0 100000 111111 11011 11110 101110 110010

Color Harmonies of #BB8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8046

Black with #BB8046

Text Example


Text Example

White with #BB8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8046; }

 p { color: rgb(187,128,70); }

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

background-color css

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

 a { background-color: rgb(187,128,70); }

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

border-color css

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

 span { border-color: rgb(187,128,70); }

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