Html Css Color HEX #B1877E Brandy Rose

📋 copy color: '#B1877E'

red 177 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #B1877E

Tints of Brandy Rose #B1877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 40.41%
G = 30.82%
B = 28.77%

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

#B1877E (or 0xB1877E) is known color: Brandy Rose. HEX triplet: B1, 87 and 7E. RGB value is (177,135,126). Sum of RGB (Red+Green+Blue) = 177+135+126=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877E is #4E7881. Grayscale: #929292. Windows color (decimal): -5142658 or 8292273. OLE color: 8292273.

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

Color convert

RGB 177 135 126 -
CMYK 0 0.24 0.29 0.31
HSL 10.59º 0.25% 0.59% -
HSV(B) 10.59º 0.29% 0.69% -
XYZ 30.56 28.18 23.57 -
YUV 146.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 177 135 126 0 0.24 0.29 0.31 10.59 0.25 0.59
Hex B1 87 7E 0 18 1D 1F B 19 3B
Octal 261 207 176 0 30 35 37 13 31 73
Binary 10110001 10000111 1111110 0 11000 11101 11111 1011 11001 111011

Color Harmonies of #B1877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1877E

Black with #B1877E

Text Example


Text Example

White with #B1877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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