Html Css Color HEX #BB824D Brandy Punch

📋 copy color: '#BB824D'

red 187 ◦ green 130 ◦ blue 77

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

Shades of Brandy Punch #BB824D

Tints of Brandy Punch #BB824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 47.46%
G = 32.99%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB824D (or 0xBB824D) is known color: Brandy Punch. HEX triplet: BB, 82 and 4D. RGB value is (187,130,77). Sum of RGB (Red+Green+Blue) = 187+130+77=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB824D is #447DB2. Grayscale: #8D8D8D. Windows color (decimal): -4488627 or 5079739. OLE color: 5079739.

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

Color convert

RGB 187 130 77 -
CMYK 0 0.30 0.59 0.27
HSL 28.91º 0.45% 0.52% -
HSV(B) 28.91º 0.59% 0.73% -
XYZ 29.82 27.07 10.67 -
YUV 141 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 187 130 77 0 0.30 0.59 0.27 28.91 0.45 0.52
Hex BB 82 4D 0 1E 3B 1B 1D 2D 34
Octal 273 202 115 0 36 73 33 35 55 64
Binary 10111011 10000010 1001101 0 11110 111011 11011 11101 101101 110100

Color Harmonies of #BB824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB824D

Black with #BB824D

Text Example


Text Example

White with #BB824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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