Html Css Color HEX #B17E42 Brandy Punch

📋 copy color: '#B17E42'

red 177 ◦ green 126 ◦ blue 66

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

Shades of Brandy Punch #B17E42

Tints of Brandy Punch #B17E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 47.97%
G = 34.15%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17E42 (or 0xB17E42) is known color: Brandy Punch. HEX triplet: B1, 7E and 42. RGB value is (177,126,66). Sum of RGB (Red+Green+Blue) = 177+126+66=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E42 is #4E81BD. Grayscale: #868686. Windows color (decimal): -5145022 or 4357809. OLE color: 4357809.

HSL color Cylindrical-coordinate representation of color #B17E42: hue angle of 32.43º 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 #B17E42 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 126 66 -
CMYK 0 0.29 0.63 0.31
HSL 32.43º 0.46% 0.48% -
HSV(B) 32.43º 0.63% 0.69% -
XYZ 26.58 24.66 8.51 -
YUV 134.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 177 126 66 0 0.29 0.63 0.31 32.43 0.46 0.48
Hex B1 7E 42 0 1D 3F 1F 20 2E 30
Octal 261 176 102 0 35 77 37 40 56 60
Binary 10110001 1111110 1000010 0 11101 111111 11111 100000 101110 110000

Color Harmonies of #B17E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E42

Black with #B17E42

Text Example


Text Example

White with #B17E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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