Html Css Color HEX #B2807E Brandy Rose

📋 copy color: '#B2807E'

red 178 ◦ green 128 ◦ blue 126

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

Shades of Brandy Rose #B2807E

Tints of Brandy Rose #B2807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 41.2%
G = 29.63%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2807E (or 0xB2807E) is known color: Brandy Rose. HEX triplet: B2, 80 and 7E. RGB value is (178,128,126). Sum of RGB (Red+Green+Blue) = 178+128+126=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2807E is #4D7F81. Grayscale: #8E8E8E. Windows color (decimal): -5078914 or 8290482. OLE color: 8290482.

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

Color convert

RGB 178 128 126 -
CMYK 0 0.28 0.29 0.30
HSL 2.31º 0.25% 0.6% -
HSV(B) 2.31º 0.29% 0.7% -
XYZ 29.85 26.41 23.26 -
YUV 142.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 178 128 126 0 0.28 0.29 0.30 2.31 0.25 0.6
Hex B2 80 7E 0 1C 1D 1E 2 19 3C
Octal 262 200 176 0 34 35 36 2 31 74
Binary 10110010 10000000 1111110 0 11100 11101 11110 10 11001 111100

Color Harmonies of #B2807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2807E

Black with #B2807E

Text Example


Text Example

White with #B2807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2807E; }

 p { color: rgb(178,128,126); }

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

background-color css

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

 a { background-color: rgb(178,128,126); }

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

border-color css

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

 span { border-color: rgb(178,128,126); }

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