Html Css Color HEX #BB824E Brandy Punch

📋 copy color: '#BB824E'

red 187 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #BB824E

Tints of Brandy Punch #BB824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 47.34%
G = 32.91%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB824E (or 0xBB824E) is known color: Brandy Punch. HEX triplet: BB, 82 and 4E. RGB value is (187,130,78). Sum of RGB (Red+Green+Blue) = 187+130+78=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB824E is #447DB1. Grayscale: #8D8D8D. Windows color (decimal): -4488626 or 5145275. OLE color: 5145275.

HSL color Cylindrical-coordinate representation of color #BB824E: hue angle of 28.62º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB824E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 78 -
CMYK 0 0.30 0.58 0.27
HSL 28.62º 0.44% 0.52% -
HSV(B) 28.62º 0.58% 0.73% -
XYZ 29.85 27.08 10.86 -
YUV 141.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 187 130 78 0 0.30 0.58 0.27 28.62 0.44 0.52
Hex BB 82 4E 0 1E 3A 1B 1D 2C 34
Octal 273 202 116 0 36 72 33 35 54 64
Binary 10111011 10000010 1001110 0 11110 111010 11011 11101 101100 110100

Color Harmonies of #BB824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB824E

Black with #BB824E

Text Example


Text Example

White with #BB824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB824E; }

 p { color: rgb(187,130,78); }

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

background-color css

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

 a { background-color: rgb(187,130,78); }

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

border-color css

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

 span { border-color: rgb(187,130,78); }

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