Html Css Color HEX #B28180 Brandy Rose

📋 copy color: '#B28180'

red 178 ◦ green 129 ◦ blue 128

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

Shades of Brandy Rose #B28180

Tints of Brandy Rose #B28180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 40.92%
G = 29.66%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28180 (or 0xB28180) is known color: Brandy Rose. HEX triplet: B2, 81 and 80. RGB value is (178,129,128). Sum of RGB (Red+Green+Blue) = 178+129+128=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B28180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28180 is #4D7E7F. Grayscale: #8F8F8F. Windows color (decimal): -5078656 or 8421810. OLE color: 8421810.

HSL color Cylindrical-coordinate representation of color #B28180: hue angle of 1.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28180 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 128 -
CMYK 0 0.28 0.28 0.30
HSL 1.2º 0.25% 0.6% -
HSV(B) 1.2º 0.28% 0.7% -
XYZ 30.11 26.72 23.99 -
YUV 143.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 178 129 128 0 0.28 0.28 0.30 1.2 0.25 0.6
Hex B2 81 80 0 1C 1C 1E 1 19 3C
Octal 262 201 200 0 34 34 36 1 31 74
Binary 10110010 10000001 10000000 0 11100 11100 11110 1 11001 111100

Color Harmonies of #B28180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28180

Black with #B28180

Text Example


Text Example

White with #B28180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28180; }

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

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

background-color css

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

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

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

border-color css

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

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

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