Html Css Color HEX #B18B7F Brandy Rose

📋 copy color: '#B18B7F'

red 177 ◦ green 139 ◦ blue 127

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

Shades of Brandy Rose #B18B7F

Tints of Brandy Rose #B18B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 39.95%
G = 31.38%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B18B7F (or 0xB18B7F) is known color: Brandy Rose. HEX triplet: B1, 8B and 7F. RGB value is (177,139,127). Sum of RGB (Red+Green+Blue) = 177+139+127=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B7F is #4E7480. Grayscale: #959595. Windows color (decimal): -5141633 or 8358833. OLE color: 8358833.

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

Color convert

RGB 177 139 127 -
CMYK 0 0.21 0.28 0.31
HSL 14.4º 0.24% 0.6% -
HSV(B) 14.4º 0.28% 0.69% -
XYZ 31.19 29.34 24.1 -
YUV 148.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 177 139 127 0 0.21 0.28 0.31 14.4 0.24 0.6
Hex B1 8B 7F 0 15 1C 1F E 18 3C
Octal 261 213 177 0 25 34 37 16 30 74
Binary 10110001 10001011 1111111 0 10101 11100 11111 1110 11000 111100

Color Harmonies of #B18B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B7F

Black with #B18B7F

Text Example


Text Example

White with #B18B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B7F; }

 p { color: rgb(177,139,127); }

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

background-color css

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

 a { background-color: rgb(177,139,127); }

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

border-color css

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

 span { border-color: rgb(177,139,127); }

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