Html Css Color HEX #B2847D Brandy Rose

📋 copy color: '#B2847D'

red 178 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #B2847D

Tints of Brandy Rose #B2847D

RGB

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

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

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

R = 40.92%
G = 30.34%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2847D (or 0xB2847D) is known color: Brandy Rose. HEX triplet: B2, 84 and 7D. RGB value is (178,132,125). Sum of RGB (Red+Green+Blue) = 178+132+125=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2847D is #4D7B82. Grayscale: #919191. Windows color (decimal): -5077891 or 8225970. OLE color: 8225970.

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

Color convert

RGB 178 132 125 -
CMYK 0 0.26 0.30 0.30
HSL 7.92º 0.26% 0.59% -
HSV(B) 7.92º 0.3% 0.7% -
XYZ 30.31 27.45 23.1 -
YUV 144.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 178 132 125 0 0.26 0.30 0.30 7.92 0.26 0.59
Hex B2 84 7D 0 1A 1E 1E 8 1A 3B
Octal 262 204 175 0 32 36 36 10 32 73
Binary 10110010 10000100 1111101 0 11010 11110 11110 1000 11010 111011

Color Harmonies of #B2847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2847D

Black with #B2847D

Text Example


Text Example

White with #B2847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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