Html Css Color HEX #B17942 Brandy Punch

📋 copy color: '#B17942'

red 177 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #B17942

Tints of Brandy Punch #B17942

RGB

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

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

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

R = 48.63%
G = 33.24%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17942 (or 0xB17942) is known color: Brandy Punch. HEX triplet: B1, 79 and 42. RGB value is (177,121,66). Sum of RGB (Red+Green+Blue) = 177+121+66=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B17942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17942 is #4E86BD. Grayscale: #838383. Windows color (decimal): -5146302 or 4356529. OLE color: 4356529.

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

Color convert

RGB 177 121 66 -
CMYK 0 0.32 0.63 0.31
HSL 29.73º 0.46% 0.48% -
HSV(B) 29.73º 0.63% 0.69% -
XYZ 25.95 23.42 8.31 -
YUV 131.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 177 121 66 0 0.32 0.63 0.31 29.73 0.46 0.48
Hex B1 79 42 0 20 3F 1F 1E 2E 30
Octal 261 171 102 0 40 77 37 36 56 60
Binary 10110001 1111001 1000010 0 100000 111111 11111 11110 101110 110000

Color Harmonies of #B17942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17942

Black with #B17942

Text Example


Text Example

White with #B17942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17942; }

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

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

background-color css

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

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

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

border-color css

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

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

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