Html Css Color HEX #B18172 Brandy Rose

📋 copy color: '#B18172'

red 177 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B18172

Tints of Brandy Rose #B18172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 42.14%
G = 30.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18172 (or 0xB18172) is known color: Brandy Rose. HEX triplet: B1, 81 and 72. RGB value is (177,129,114). Sum of RGB (Red+Green+Blue) = 177+129+114=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18172 is #4E7E8D. Grayscale: #8D8D8D. Windows color (decimal): -5144206 or 7504305. OLE color: 7504305.

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

Color convert

RGB 177 129 114 -
CMYK 0 0.27 0.36 0.31
HSL 14.29º 0.29% 0.57% -
HSV(B) 14.29º 0.36% 0.69% -
XYZ 29.02 26.26 19.46 -
YUV 141.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 177 129 114 0 0.27 0.36 0.31 14.29 0.29 0.57
Hex B1 81 72 0 1B 24 1F E 1D 39
Octal 261 201 162 0 33 44 37 16 35 71
Binary 10110001 10000001 1110010 0 11011 100100 11111 1110 11101 111001

Color Harmonies of #B18172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18172

Black with #B18172

Text Example


Text Example

White with #B18172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18172; }

 p { color: rgb(177,129,114); }

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

background-color css

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

 a { background-color: rgb(177,129,114); }

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

border-color css

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

 span { border-color: rgb(177,129,114); }

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