Html Css Color HEX #B1897A Brandy Rose

📋 copy color: '#B1897A'

red 177 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #B1897A

Tints of Brandy Rose #B1897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 40.6%
G = 31.42%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1897A (or 0xB1897A) is known color: Brandy Rose. HEX triplet: B1, 89 and 7A. RGB value is (177,137,122). Sum of RGB (Red+Green+Blue) = 177+137+122=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1897A is #4E7685. Grayscale: #939393. Windows color (decimal): -5142150 or 8030641. OLE color: 8030641.

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

Color convert

RGB 177 137 122 -
CMYK 0 0.23 0.31 0.31
HSL 16.36º 0.26% 0.59% -
HSV(B) 16.36º 0.31% 0.69% -
XYZ 30.59 28.64 22.33 -
YUV 147.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 177 137 122 0 0.23 0.31 0.31 16.36 0.26 0.59
Hex B1 89 7A 0 17 1F 1F 10 1A 3B
Octal 261 211 172 0 27 37 37 20 32 73
Binary 10110001 10001001 1111010 0 10111 11111 11111 10000 11010 111011

Color Harmonies of #B1897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1897A

Black with #B1897A

Text Example


Text Example

White with #B1897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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