Html Css Color HEX #B17B42 Brandy Punch

📋 copy color: '#B17B42'

red 177 ◦ green 123 ◦ blue 66

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

Shades of Brandy Punch #B17B42

Tints of Brandy Punch #B17B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 48.36%
G = 33.61%
B = 18.03%

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

#B17B42 (or 0xB17B42) is known color: Brandy Punch. HEX triplet: B1, 7B and 42. RGB value is (177,123,66). Sum of RGB (Red+Green+Blue) = 177+123+66=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B42 is #4E84BD. Grayscale: #848484. Windows color (decimal): -5145790 or 4357041. OLE color: 4357041.

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

Color convert

RGB 177 123 66 -
CMYK 0 0.31 0.63 0.31
HSL 30.81º 0.46% 0.48% -
HSV(B) 30.81º 0.63% 0.69% -
XYZ 26.2 23.91 8.39 -
YUV 132.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 177 123 66 0 0.31 0.63 0.31 30.81 0.46 0.48
Hex B1 7B 42 0 1F 3F 1F 1F 2E 30
Octal 261 173 102 0 37 77 37 37 56 60
Binary 10110001 1111011 1000010 0 11111 111111 11111 11111 101110 110000

Color Harmonies of #B17B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B42

Black with #B17B42

Text Example


Text Example

White with #B17B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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