Html Css Color HEX #B17B45 Brandy Punch

📋 copy color: '#B17B45'

red 177 ◦ green 123 ◦ blue 69

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

Shades of Brandy Punch #B17B45

Tints of Brandy Punch #B17B45

RGB

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

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

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

R = 47.97%
G = 33.33%
B = 18.7%

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

#B17B45 (or 0xB17B45) is known color: Brandy Punch. HEX triplet: B1, 7B and 45. RGB value is (177,123,69). Sum of RGB (Red+Green+Blue) = 177+123+69=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B45 is #4E84BA. Grayscale: #858585. Windows color (decimal): -5145787 or 4553649. OLE color: 4553649.

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

Color convert

RGB 177 123 69 -
CMYK 0 0.31 0.61 0.31
HSL 30º 0.44% 0.48% -
HSV(B) 30º 0.61% 0.69% -
XYZ 26.29 23.94 8.87 -
YUV 132.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 177 123 69 0 0.31 0.61 0.31 30 0.44 0.48
Hex B1 7B 45 0 1F 3D 1F 1E 2C 30
Octal 261 173 105 0 37 75 37 36 54 60
Binary 10110001 1111011 1000101 0 11111 111101 11111 11110 101100 110000

Color Harmonies of #B17B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B45

Black with #B17B45

Text Example


Text Example

White with #B17B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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