Html Css Color HEX #B2897F Brandy Rose

📋 copy color: '#B2897F'

red 178 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #B2897F

Tints of Brandy Rose #B2897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.73%

R = 40.27%
G = 31%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2897F (or 0xB2897F) is known color: Brandy Rose. HEX triplet: B2, 89 and 7F. RGB value is (178,137,127). Sum of RGB (Red+Green+Blue) = 178+137+127=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2897F is #4D7680. Grayscale: #949494. Windows color (decimal): -5076609 or 8358322. OLE color: 8358322.

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

Color convert

RGB 178 137 127 -
CMYK 0 0.23 0.29 0.30
HSL 11.76º 0.25% 0.6% -
HSV(B) 11.76º 0.29% 0.7% -
XYZ 31.14 28.89 24.01 -
YUV 148.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 178 137 127 0 0.23 0.29 0.30 11.76 0.25 0.6
Hex B2 89 7F 0 17 1D 1E C 19 3C
Octal 262 211 177 0 27 35 36 14 31 74
Binary 10110010 10001001 1111111 0 10111 11101 11110 1100 11001 111100

Color Harmonies of #B2897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2897F

Black with #B2897F

Text Example


Text Example

White with #B2897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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