Html Css Color HEX #B28479 Brandy Rose

📋 copy color: '#B28479'

red 178 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #B28479

Tints of Brandy Rose #B28479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 41.3%
G = 30.63%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B28479 (or 0xB28479) is known color: Brandy Rose. HEX triplet: B2, 84 and 79. RGB value is (178,132,121). Sum of RGB (Red+Green+Blue) = 178+132+121=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28479 is #4D7B86. Grayscale: #909090. Windows color (decimal): -5077895 or 7963826. OLE color: 7963826.

HSL color Cylindrical-coordinate representation of color #B28479: hue angle of 11.58º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28479 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 121 -
CMYK 0 0.26 0.32 0.30
HSL 11.58º 0.27% 0.59% -
HSV(B) 11.58º 0.32% 0.7% -
XYZ 30.06 27.35 21.78 -
YUV 144.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 178 132 121 0 0.26 0.32 0.30 11.58 0.27 0.59
Hex B2 84 79 0 1A 20 1E C 1B 3B
Octal 262 204 171 0 32 40 36 14 33 73
Binary 10110010 10000100 1111001 0 11010 100000 11110 1100 11011 111011

Color Harmonies of #B28479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28479

Black with #B28479

Text Example


Text Example

White with #B28479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28479; }

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

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

background-color css

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

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

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

border-color css

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

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

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