Html Css Color HEX #B1877A Brandy Rose

📋 copy color: '#B1877A'

red 177 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #B1877A

Tints of Brandy Rose #B1877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 40.78%
G = 31.11%
B = 28.11%

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

#B1877A (or 0xB1877A) is known color: Brandy Rose. HEX triplet: B1, 87 and 7A. RGB value is (177,135,122). Sum of RGB (Red+Green+Blue) = 177+135+122=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877A is #4E7885. Grayscale: #929292. Windows color (decimal): -5142662 or 8030129. OLE color: 8030129.

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

Color convert

RGB 177 135 122 -
CMYK 0 0.24 0.31 0.31
HSL 14.18º 0.26% 0.59% -
HSV(B) 14.18º 0.31% 0.69% -
XYZ 30.31 28.08 22.23 -
YUV 146.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 177 135 122 0 0.24 0.31 0.31 14.18 0.26 0.59
Hex B1 87 7A 0 18 1F 1F E 1A 3B
Octal 261 207 172 0 30 37 37 16 32 73
Binary 10110001 10000111 1111010 0 11000 11111 11111 1110 11010 111011

Color Harmonies of #B1877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1877A

Black with #B1877A

Text Example


Text Example

White with #B1877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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