Html Css Color HEX #B1793F Brandy Punch

📋 copy color: '#B1793F'

red 177 ◦ green 121 ◦ blue 63

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

Shades of Brandy Punch #B1793F

Tints of Brandy Punch #B1793F

RGB

 RED value IS 177 (69.53% from 255) = 49.03%

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

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

R = 49.03%
G = 33.52%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1793F (or 0xB1793F) is known color: Brandy Punch. HEX triplet: B1, 79 and 3F. RGB value is (177,121,63). Sum of RGB (Red+Green+Blue) = 177+121+63=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1793F is #4E86C0. Grayscale: #838383. Windows color (decimal): -5146305 or 4159921. OLE color: 4159921.

HSL color Cylindrical-coordinate representation of color #B1793F: hue angle of 30.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1793F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 63 -
CMYK 0 0.32 0.64 0.31
HSL 30.53º 0.48% 0.47% -
HSV(B) 30.53º 0.64% 0.69% -
XYZ 25.87 23.38 7.85 -
YUV 131.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 177 121 63 0 0.32 0.64 0.31 30.53 0.48 0.47
Hex B1 79 3F 0 20 40 1F 1F 30 2F
Octal 261 171 77 0 40 100 37 37 60 57
Binary 10110001 1111001 111111 0 100000 1000000 11111 11111 110000 101111

Color Harmonies of #B1793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1793F

Black with #B1793F

Text Example


Text Example

White with #B1793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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