Html Css Color HEX #B1877B Brandy Rose

📋 copy color: '#B1877B'

red 177 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #B1877B

Tints of Brandy Rose #B1877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 40.69%
G = 31.03%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1877B (or 0xB1877B) is known color: Brandy Rose. HEX triplet: B1, 87 and 7B. RGB value is (177,135,123). Sum of RGB (Red+Green+Blue) = 177+135+123=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877B is #4E7884. Grayscale: #929292. Windows color (decimal): -5142661 or 8095665. OLE color: 8095665.

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

Color convert

RGB 177 135 123 -
CMYK 0 0.24 0.31 0.31
HSL 13.33º 0.26% 0.59% -
HSV(B) 13.33º 0.31% 0.69% -
XYZ 30.37 28.11 22.56 -
YUV 146.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 177 135 123 0 0.24 0.31 0.31 13.33 0.26 0.59
Hex B1 87 7B 0 18 1F 1F D 1A 3B
Octal 261 207 173 0 30 37 37 15 32 73
Binary 10110001 10000111 1111011 0 11000 11111 11111 1101 11010 111011

Color Harmonies of #B1877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1877B

Black with #B1877B

Text Example


Text Example

White with #B1877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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