Html Css Color HEX #B0897A Brandy Rose

📋 copy color: '#B0897A'

red 176 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #B0897A

Tints of Brandy Rose #B0897A

RGB

 RED value IS 176 (69.14% from 255) = 40.46%

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

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

R = 40.46%
G = 31.49%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0897A (or 0xB0897A) is known color: Brandy Rose. HEX triplet: B0, 89 and 7A. RGB value is (176,137,122). Sum of RGB (Red+Green+Blue) = 176+137+122=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897A is #4F7685. Grayscale: #939393. Windows color (decimal): -5207686 or 8030640. OLE color: 8030640.

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

Color convert

RGB 176 137 122 -
CMYK 0 0.22 0.31 0.31
HSL 16.67º 0.25% 0.58% -
HSV(B) 16.67º 0.31% 0.69% -
XYZ 30.36 28.53 22.32 -
YUV 146.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 176 137 122 0 0.22 0.31 0.31 16.67 0.25 0.58
Hex B0 89 7A 0 16 1F 1F 11 19 3A
Octal 260 211 172 0 26 37 37 21 31 72
Binary 10110000 10001001 1111010 0 10110 11111 11111 10001 11001 111010

Color Harmonies of #B0897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0897A

Black with #B0897A

Text Example


Text Example

White with #B0897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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