Html Css Color HEX #BB794D Brandy Punch

📋 copy color: '#BB794D'

red 187 ◦ green 121 ◦ blue 77

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

Shades of Brandy Punch #BB794D

Tints of Brandy Punch #BB794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 48.57%
G = 31.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB794D (or 0xBB794D) is known color: Brandy Punch. HEX triplet: BB, 79 and 4D. RGB value is (187,121,77). Sum of RGB (Red+Green+Blue) = 187+121+77=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB794D is #4486B2. Grayscale: #878787. Windows color (decimal): -4490931 or 5077435. OLE color: 5077435.

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

Color convert

RGB 187 121 77 -
CMYK 0 0.35 0.59 0.27
HSL 24º 0.45% 0.52% -
HSV(B) 24º 0.59% 0.73% -
XYZ 28.67 24.78 10.29 -
YUV 135.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 187 121 77 0 0.35 0.59 0.27 24 0.45 0.52
Hex BB 79 4D 0 23 3B 1B 18 2D 34
Octal 273 171 115 0 43 73 33 30 55 64
Binary 10111011 1111001 1001101 0 100011 111011 11011 11000 101101 110100

Color Harmonies of #BB794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB794D

Black with #BB794D

Text Example


Text Example

White with #BB794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB794D; }

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

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

background-color css

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

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

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

border-color css

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

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

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