Html Css Color HEX #B1887E Brandy Rose

📋 copy color: '#B1887E'

red 177 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #B1887E

Tints of Brandy Rose #B1887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 40.32%
G = 30.98%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1887E (or 0xB1887E) is known color: Brandy Rose. HEX triplet: B1, 88 and 7E. RGB value is (177,136,126). Sum of RGB (Red+Green+Blue) = 177+136+126=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1887E is #4E7781. Grayscale: #939393. Windows color (decimal): -5142402 or 8292529. OLE color: 8292529.

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

Color convert

RGB 177 136 126 -
CMYK 0 0.23 0.29 0.31
HSL 11.76º 0.25% 0.59% -
HSV(B) 11.76º 0.29% 0.69% -
XYZ 30.7 28.46 23.61 -
YUV 147.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 177 136 126 0 0.23 0.29 0.31 11.76 0.25 0.59
Hex B1 88 7E 0 17 1D 1F C 19 3B
Octal 261 210 176 0 27 35 37 14 31 73
Binary 10110001 10001000 1111110 0 10111 11101 11111 1100 11001 111011

Color Harmonies of #B1887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1887E

Black with #B1887E

Text Example


Text Example

White with #B1887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1887E; }

 p { color: rgb(177,136,126); }

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

background-color css

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

 a { background-color: rgb(177,136,126); }

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

border-color css

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

 span { border-color: rgb(177,136,126); }

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