Html Css Color HEX #B2807C Brandy Rose

📋 copy color: '#B2807C'

red 178 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #B2807C

Tints of Brandy Rose #B2807C

RGB

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

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

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

R = 41.4%
G = 29.77%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2807C (or 0xB2807C) is known color: Brandy Rose. HEX triplet: B2, 80 and 7C. RGB value is (178,128,124). Sum of RGB (Red+Green+Blue) = 178+128+124=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2807C is #4D7F83. Grayscale: #8E8E8E. Windows color (decimal): -5078916 or 8159410. OLE color: 8159410.

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

Color convert

RGB 178 128 124 -
CMYK 0 0.28 0.30 0.30
HSL 4.44º 0.26% 0.59% -
HSV(B) 4.44º 0.3% 0.7% -
XYZ 29.72 26.36 22.59 -
YUV 142.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 178 128 124 0 0.28 0.30 0.30 4.44 0.26 0.59
Hex B2 80 7C 0 1C 1E 1E 4 1A 3B
Octal 262 200 174 0 34 36 36 4 32 73
Binary 10110010 10000000 1111100 0 11100 11110 11110 100 11010 111011

Color Harmonies of #B2807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2807C

Black with #B2807C

Text Example


Text Example

White with #B2807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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