Html Css Color HEX #B8794C Brandy Punch

📋 copy color: '#B8794C'

red 184 ◦ green 121 ◦ blue 76

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

Shades of Brandy Punch #B8794C

Tints of Brandy Punch #B8794C

RGB

 RED value IS 184 (72.27% from 255) = 48.29%

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 48.29%
G = 31.76%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8794C (or 0xB8794C) is known color: Brandy Punch. HEX triplet: B8, 79 and 4C. RGB value is (184,121,76). Sum of RGB (Red+Green+Blue) = 184+121+76=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8794C is #4786B3. Grayscale: #868686. Windows color (decimal): -4687540 or 5011896. OLE color: 5011896.

HSL color Cylindrical-coordinate representation of color #B8794C: hue angle of 25º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8794C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 121 76 -
CMYK 0 0.34 0.59 0.28
HSL 25º 0.43% 0.51% -
HSV(B) 25º 0.59% 0.72% -
XYZ 27.91 24.39 10.07 -
YUV 134.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 184 121 76 0 0.34 0.59 0.28 25 0.43 0.51
Hex B8 79 4C 0 22 3B 1C 19 2B 33
Octal 270 171 114 0 42 73 34 31 53 63
Binary 10111000 1111001 1001100 0 100010 111011 11100 11001 101011 110011

Color Harmonies of #B8794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8794C

Black with #B8794C

Text Example


Text Example

White with #B8794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8794C; }

 p { color: rgb(184,121,76); }

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

background-color css

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

 a { background-color: rgb(184,121,76); }

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

border-color css

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

 span { border-color: rgb(184,121,76); }

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