Html Css Color HEX #B6793C Brandy Punch

📋 copy color: '#B6793C'

red 182 ◦ green 121 ◦ blue 60

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

Shades of Brandy Punch #B6793C

Tints of Brandy Punch #B6793C

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

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

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 50.14%
G = 33.33%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6793C (or 0xB6793C) is known color: Brandy Punch. HEX triplet: B6, 79 and 3C. RGB value is (182,121,60). Sum of RGB (Red+Green+Blue) = 182+121+60=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6793C is #4986C3. Grayscale: #848484. Windows color (decimal): -4818628 or 3963318. OLE color: 3963318.

HSL color Cylindrical-coordinate representation of color #B6793C: hue angle of 30º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6793C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 60 -
CMYK 0 0.34 0.67 0.29
HSL 30º 0.5% 0.47% -
HSV(B) 30º 0.67% 0.71% -
XYZ 26.94 23.95 7.48 -
YUV 132.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 182 121 60 0 0.34 0.67 0.29 30 0.5 0.47
Hex B6 79 3C 0 22 43 1D 1E 32 2F
Octal 266 171 74 0 42 103 35 36 62 57
Binary 10110110 1111001 111100 0 100010 1000011 11101 11110 110010 101111

Color Harmonies of #B6793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6793C

Black with #B6793C

Text Example


Text Example

White with #B6793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6793C; }

 p { color: rgb(182,121,60); }

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

background-color css

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

 a { background-color: rgb(182,121,60); }

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

border-color css

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

 span { border-color: rgb(182,121,60); }

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