Html Css Color HEX #B2794C Brandy Punch

📋 copy color: '#B2794C'

red 178 ◦ green 121 ◦ blue 76

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

Shades of Brandy Punch #B2794C

Tints of Brandy Punch #B2794C

RGB

 RED value IS 178 (69.92% from 255) = 47.47%

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

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

R = 47.47%
G = 32.27%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2794C (or 0xB2794C) is known color: Brandy Punch. HEX triplet: B2, 79 and 4C. RGB value is (178,121,76). Sum of RGB (Red+Green+Blue) = 178+121+76=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2794C is #4D86B3. Grayscale: #858585. Windows color (decimal): -5080756 or 5011890. OLE color: 5011890.

HSL color Cylindrical-coordinate representation of color #B2794C: hue angle of 26.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2794C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 76 -
CMYK 0 0.32 0.57 0.30
HSL 26.47º 0.4% 0.5% -
HSV(B) 26.47º 0.57% 0.7% -
XYZ 26.5 23.66 10.01 -
YUV 132.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 178 121 76 0 0.32 0.57 0.30 26.47 0.4 0.5
Hex B2 79 4C 0 20 39 1E 1A 28 32
Octal 262 171 114 0 40 71 36 32 50 62
Binary 10110010 1111001 1001100 0 100000 111001 11110 11010 101000 110010

Color Harmonies of #B2794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2794C

Black with #B2794C

Text Example


Text Example

White with #B2794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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