Html Css Color HEX #B17A42 Brandy Punch

📋 copy color: '#B17A42'

red 177 ◦ green 122 ◦ blue 66

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

Shades of Brandy Punch #B17A42

Tints of Brandy Punch #B17A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 48.49%
G = 33.42%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17A42 (or 0xB17A42) is known color: Brandy Punch. HEX triplet: B1, 7A and 42. RGB value is (177,122,66). Sum of RGB (Red+Green+Blue) = 177+122+66=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A42 is #4E85BD. Grayscale: #848484. Windows color (decimal): -5146046 or 4356785. OLE color: 4356785.

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

Color convert

RGB 177 122 66 -
CMYK 0 0.31 0.63 0.31
HSL 30.27º 0.46% 0.48% -
HSV(B) 30.27º 0.63% 0.69% -
XYZ 26.07 23.66 8.35 -
YUV 132.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 177 122 66 0 0.31 0.63 0.31 30.27 0.46 0.48
Hex B1 7A 42 0 1F 3F 1F 1E 2E 30
Octal 261 172 102 0 37 77 37 36 56 60
Binary 10110001 1111010 1000010 0 11111 111111 11111 11110 101110 110000

Color Harmonies of #B17A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A42

Black with #B17A42

Text Example


Text Example

White with #B17A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A42; }

 p { color: rgb(177,122,66); }

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

background-color css

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

 a { background-color: rgb(177,122,66); }

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

border-color css

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

 span { border-color: rgb(177,122,66); }

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