Html Css Color HEX #BB784D Brandy Punch

📋 copy color: '#BB784D'

red 187 ◦ green 120 ◦ blue 77

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

Shades of Brandy Punch #BB784D

Tints of Brandy Punch #BB784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

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

R = 48.7%
G = 31.25%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB784D (or 0xBB784D) is known color: Brandy Punch. HEX triplet: BB, 78 and 4D. RGB value is (187,120,77). Sum of RGB (Red+Green+Blue) = 187+120+77=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB784D is #4487B2. Grayscale: #878787. Windows color (decimal): -4491187 or 5077179. OLE color: 5077179.

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

Color convert

RGB 187 120 77 -
CMYK 0 0.36 0.59 0.27
HSL 23.45º 0.45% 0.52% -
HSV(B) 23.45º 0.59% 0.73% -
XYZ 28.55 24.53 10.25 -
YUV 135.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 187 120 77 0 0.36 0.59 0.27 23.45 0.45 0.52
Hex BB 78 4D 0 24 3B 1B 17 2D 34
Octal 273 170 115 0 44 73 33 27 55 64
Binary 10111011 1111000 1001101 0 100100 111011 11011 10111 101101 110100

Color Harmonies of #BB784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB784D

Black with #BB784D

Text Example


Text Example

White with #BB784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB784D; }

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

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

background-color css

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

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

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

border-color css

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

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

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