Html Css Color HEX #B2897D Brandy Rose

📋 copy color: '#B2897D'

red 178 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #B2897D

Tints of Brandy Rose #B2897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 40.45%
G = 31.14%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2897D (or 0xB2897D) is known color: Brandy Rose. HEX triplet: B2, 89 and 7D. RGB value is (178,137,125). Sum of RGB (Red+Green+Blue) = 178+137+125=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2897D is #4D7682. Grayscale: #939393. Windows color (decimal): -5076611 or 8227250. OLE color: 8227250.

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

Color convert

RGB 178 137 125 -
CMYK 0 0.23 0.30 0.30
HSL 13.58º 0.26% 0.59% -
HSV(B) 13.58º 0.3% 0.7% -
XYZ 31.01 28.84 23.33 -
YUV 147.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 178 137 125 0 0.23 0.30 0.30 13.58 0.26 0.59
Hex B2 89 7D 0 17 1E 1E E 1A 3B
Octal 262 211 175 0 27 36 36 16 32 73
Binary 10110010 10001001 1111101 0 10111 11110 11110 1110 11010 111011

Color Harmonies of #B2897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2897D

Black with #B2897D

Text Example


Text Example

White with #B2897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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