Html Css Color HEX #B2846E Brandy Rose

📋 copy color: '#B2846E'

red 178 ◦ green 132 ◦ blue 110

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

Shades of Brandy Rose #B2846E

Tints of Brandy Rose #B2846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 42.38%
G = 31.43%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2846E (or 0xB2846E) is known color: Brandy Rose. HEX triplet: B2, 84 and 6E. RGB value is (178,132,110). Sum of RGB (Red+Green+Blue) = 178+132+110=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2846E is #4D7B91. Grayscale: #8F8F8F. Windows color (decimal): -5077906 or 7242930. OLE color: 7242930.

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

Color convert

RGB 178 132 110 -
CMYK 0 0.26 0.38 0.30
HSL 19.41º 0.31% 0.56% -
HSV(B) 19.41º 0.38% 0.7% -
XYZ 29.43 27.09 18.43 -
YUV 143.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 178 132 110 0 0.26 0.38 0.30 19.41 0.31 0.56
Hex B2 84 6E 0 1A 26 1E 13 1F 38
Octal 262 204 156 0 32 46 36 23 37 70
Binary 10110010 10000100 1101110 0 11010 100110 11110 10011 11111 111000

Color Harmonies of #B2846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2846E

Black with #B2846E

Text Example


Text Example

White with #B2846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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