Html Css Color HEX #B2837C Brandy Rose

📋 copy color: '#B2837C'

red 178 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #B2837C

Tints of Brandy Rose #B2837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 41.11%
G = 30.25%
B = 28.64%

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

#B2837C (or 0xB2837C) is known color: Brandy Rose. HEX triplet: B2, 83 and 7C. RGB value is (178,131,124). Sum of RGB (Red+Green+Blue) = 178+131+124=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2837C is #4D7C83. Grayscale: #909090. Windows color (decimal): -5078148 or 8160178. OLE color: 8160178.

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

Color convert

RGB 178 131 124 -
CMYK 0 0.26 0.30 0.30
HSL 7.78º 0.26% 0.59% -
HSV(B) 7.78º 0.3% 0.7% -
XYZ 30.11 27.15 22.72 -
YUV 144.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 178 131 124 0 0.26 0.30 0.30 7.78 0.26 0.59
Hex B2 83 7C 0 1A 1E 1E 8 1A 3B
Octal 262 203 174 0 32 36 36 10 32 73
Binary 10110010 10000011 1111100 0 11010 11110 11110 1000 11010 111011

Color Harmonies of #B2837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2837C

Black with #B2837C

Text Example


Text Example

White with #B2837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2837C; }

 p { color: rgb(178,131,124); }

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

background-color css

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

 a { background-color: rgb(178,131,124); }

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

border-color css

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

 span { border-color: rgb(178,131,124); }

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