Html Css Color HEX #B17A45 Brandy Punch

📋 copy color: '#B17A45'

red 177 ◦ green 122 ◦ blue 69

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

Shades of Brandy Punch #B17A45

Tints of Brandy Punch #B17A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 48.1%
G = 33.15%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B17A45 (or 0xB17A45) is known color: Brandy Punch. HEX triplet: B1, 7A and 45. RGB value is (177,122,69). Sum of RGB (Red+Green+Blue) = 177+122+69=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A45 is #4E85BA. Grayscale: #848484. Windows color (decimal): -5146043 or 4553393. OLE color: 4553393.

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

Color convert

RGB 177 122 69 -
CMYK 0 0.31 0.61 0.31
HSL 29.44º 0.44% 0.48% -
HSV(B) 29.44º 0.61% 0.69% -
XYZ 26.17 23.7 8.82 -
YUV 132.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 177 122 69 0 0.31 0.61 0.31 29.44 0.44 0.48
Hex B1 7A 45 0 1F 3D 1F 1D 2C 30
Octal 261 172 105 0 37 75 37 35 54 60
Binary 10110001 1111010 1000101 0 11111 111101 11111 11101 101100 110000

Color Harmonies of #B17A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A45

Black with #B17A45

Text Example


Text Example

White with #B17A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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