Html Css Color HEX #B28481 Brandy Rose

📋 copy color: '#B28481'

red 178 ◦ green 132 ◦ blue 129

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

Shades of Brandy Rose #B28481

Tints of Brandy Rose #B28481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 40.55%
G = 30.07%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28481 (or 0xB28481) is known color: Brandy Rose. HEX triplet: B2, 84 and 81. RGB value is (178,132,129). Sum of RGB (Red+Green+Blue) = 178+132+129=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28481 is #4D7B7E. Grayscale: #919191. Windows color (decimal): -5077887 or 8488114. OLE color: 8488114.

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

Color convert

RGB 178 132 129 -
CMYK 0 0.26 0.28 0.30
HSL 3.67º 0.24% 0.6% -
HSV(B) 3.67º 0.28% 0.7% -
XYZ 30.57 27.55 24.48 -
YUV 145.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 178 132 129 0 0.26 0.28 0.30 3.67 0.24 0.6
Hex B2 84 81 0 1A 1C 1E 4 18 3C
Octal 262 204 201 0 32 34 36 4 30 74
Binary 10110010 10000100 10000001 0 11010 11100 11110 100 11000 111100

Color Harmonies of #B28481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28481

Black with #B28481

Text Example


Text Example

White with #B28481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28481; }

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

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

background-color css

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

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

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

border-color css

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

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

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