Html Css Color HEX #B2897A Brandy Rose

📋 copy color: '#B2897A'

red 178 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #B2897A

Tints of Brandy Rose #B2897A

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

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

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

R = 40.73%
G = 31.35%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2897A (or 0xB2897A) is known color: Brandy Rose. HEX triplet: B2, 89 and 7A. RGB value is (178,137,122). Sum of RGB (Red+Green+Blue) = 178+137+122=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2897A is #4D7685. Grayscale: #939393. Windows color (decimal): -5076614 or 8030642. OLE color: 8030642.

HSL color Cylindrical-coordinate representation of color #B2897A: hue angle of 16.07º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2897A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 122 -
CMYK 0 0.23 0.31 0.30
HSL 16.07º 0.27% 0.59% -
HSV(B) 16.07º 0.31% 0.7% -
XYZ 30.82 28.76 22.34 -
YUV 147.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 178 137 122 0 0.23 0.31 0.30 16.07 0.27 0.59
Hex B2 89 7A 0 17 1F 1E 10 1B 3B
Octal 262 211 172 0 27 37 36 20 33 73
Binary 10110010 10001001 1111010 0 10111 11111 11110 10000 11011 111011

Color Harmonies of #B2897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2897A

Black with #B2897A

Text Example


Text Example

White with #B2897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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