Html Css Color HEX #B2827F Brandy Rose

📋 copy color: '#B2827F'

red 178 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #B2827F

Tints of Brandy Rose #B2827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 40.92%
G = 29.89%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2827F (or 0xB2827F) is known color: Brandy Rose. HEX triplet: B2, 82 and 7F. RGB value is (178,130,127). Sum of RGB (Red+Green+Blue) = 178+130+127=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2827F is #4D7D80. Grayscale: #909090. Windows color (decimal): -5078401 or 8356530. OLE color: 8356530.

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

Color convert

RGB 178 130 127 -
CMYK 0 0.27 0.29 0.30
HSL 3.53º 0.25% 0.6% -
HSV(B) 3.53º 0.29% 0.7% -
XYZ 30.17 26.96 23.69 -
YUV 144.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 178 130 127 0 0.27 0.29 0.30 3.53 0.25 0.6
Hex B2 82 7F 0 1B 1D 1E 4 19 3C
Octal 262 202 177 0 33 35 36 4 31 74
Binary 10110010 10000010 1111111 0 11011 11101 11110 100 11001 111100

Color Harmonies of #B2827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2827F

Black with #B2827F

Text Example


Text Example

White with #B2827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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