Html Css Color HEX #B2793F Brandy Punch

📋 copy color: '#B2793F'

red 178 ◦ green 121 ◦ blue 63

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

Shades of Brandy Punch #B2793F

Tints of Brandy Punch #B2793F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 49.17%
G = 33.43%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2793F (or 0xB2793F) is known color: Brandy Punch. HEX triplet: B2, 79 and 3F. RGB value is (178,121,63). Sum of RGB (Red+Green+Blue) = 178+121+63=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2793F is #4D86C0. Grayscale: #838383. Windows color (decimal): -5080769 or 4159922. OLE color: 4159922.

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

Color convert

RGB 178 121 63 -
CMYK 0 0.32 0.65 0.30
HSL 30.26º 0.48% 0.47% -
HSV(B) 30.26º 0.65% 0.7% -
XYZ 26.09 23.5 7.86 -
YUV 131.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 178 121 63 0 0.32 0.65 0.30 30.26 0.48 0.47
Hex B2 79 3F 0 20 41 1E 1E 30 2F
Octal 262 171 77 0 40 101 36 36 60 57
Binary 10110010 1111001 111111 0 100000 1000001 11110 11110 110000 101111

Color Harmonies of #B2793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2793F

Black with #B2793F

Text Example


Text Example

White with #B2793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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