Html Css Color HEX #B1867E Brandy Rose

📋 copy color: '#B1867E'

red 177 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #B1867E

Tints of Brandy Rose #B1867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 40.5%
G = 30.66%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1867E (or 0xB1867E) is known color: Brandy Rose. HEX triplet: B1, 86 and 7E. RGB value is (177,134,126). Sum of RGB (Red+Green+Blue) = 177+134+126=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1867E is #4E7981. Grayscale: #929292. Windows color (decimal): -5142914 or 8292017. OLE color: 8292017.

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

Color convert

RGB 177 134 126 -
CMYK 0 0.24 0.29 0.31
HSL 9.41º 0.25% 0.59% -
HSV(B) 9.41º 0.29% 0.69% -
XYZ 30.42 27.9 23.52 -
YUV 145.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 177 134 126 0 0.24 0.29 0.31 9.41 0.25 0.59
Hex B1 86 7E 0 18 1D 1F 9 19 3B
Octal 261 206 176 0 30 35 37 11 31 73
Binary 10110001 10000110 1111110 0 11000 11101 11111 1001 11001 111011

Color Harmonies of #B1867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1867E

Black with #B1867E

Text Example


Text Example

White with #B1867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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