Html Css Color HEX #B18071 Brandy Rose

📋 copy color: '#B18071'

red 177 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #B18071

Tints of Brandy Rose #B18071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 42.34%
G = 30.62%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18071 (or 0xB18071) is known color: Brandy Rose. HEX triplet: B1, 80 and 71. RGB value is (177,128,113). Sum of RGB (Red+Green+Blue) = 177+128+113=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B18071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18071 is #4E7F8E. Grayscale: #8D8D8D. Windows color (decimal): -5144463 or 7438513. OLE color: 7438513.

HSL color Cylindrical-coordinate representation of color #B18071: hue angle of 14.06º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18071 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 113 -
CMYK 0 0.28 0.36 0.31
HSL 14.06º 0.29% 0.57% -
HSV(B) 14.06º 0.36% 0.69% -
XYZ 28.83 25.98 19.12 -
YUV 140.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 177 128 113 0 0.28 0.36 0.31 14.06 0.29 0.57
Hex B1 80 71 0 1C 24 1F E 1D 39
Octal 261 200 161 0 34 44 37 16 35 71
Binary 10110001 10000000 1110001 0 11100 100100 11111 1110 11101 111001

Color Harmonies of #B18071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18071

Black with #B18071

Text Example


Text Example

White with #B18071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18071; }

 p { color: rgb(177,128,113); }

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

background-color css

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

 a { background-color: rgb(177,128,113); }

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

border-color css

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

 span { border-color: rgb(177,128,113); }

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