Html Css Color HEX #B2847B Brandy Rose

📋 copy color: '#B2847B'

red 178 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #B2847B

Tints of Brandy Rose #B2847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 41.11%
G = 30.48%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2847B (or 0xB2847B) is known color: Brandy Rose. HEX triplet: B2, 84 and 7B. RGB value is (178,132,123). Sum of RGB (Red+Green+Blue) = 178+132+123=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2847B is #4D7B84. Grayscale: #909090. Windows color (decimal): -5077893 or 8094898. OLE color: 8094898.

HSL color Cylindrical-coordinate representation of color #B2847B: hue angle of 9.82º degrees, saturation: 0.26, 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 #B2847B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 123 -
CMYK 0 0.26 0.31 0.30
HSL 9.82º 0.26% 0.59% -
HSV(B) 9.82º 0.31% 0.7% -
XYZ 30.19 27.4 22.44 -
YUV 144.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 178 132 123 0 0.26 0.31 0.30 9.82 0.26 0.59
Hex B2 84 7B 0 1A 1F 1E A 1A 3B
Octal 262 204 173 0 32 37 36 12 32 73
Binary 10110010 10000100 1111011 0 11010 11111 11110 1010 11010 111011

Color Harmonies of #B2847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2847B

Black with #B2847B

Text Example


Text Example

White with #B2847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2847B; }

 p { color: rgb(178,132,123); }

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

background-color css

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

 a { background-color: rgb(178,132,123); }

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

border-color css

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

 span { border-color: rgb(178,132,123); }

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