Html Css Color HEX #B28979 Brandy Rose

📋 copy color: '#B28979'

red 178 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #B28979

Tints of Brandy Rose #B28979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 40.83%
G = 31.42%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B28979 (or 0xB28979) is known color: Brandy Rose. HEX triplet: B2, 89 and 79. RGB value is (178,137,121). Sum of RGB (Red+Green+Blue) = 178+137+121=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B28979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28979 is #4D7686. Grayscale: #939393. Windows color (decimal): -5076615 or 7965106. OLE color: 7965106.

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

Color convert

RGB 178 137 121 -
CMYK 0 0.23 0.32 0.30
HSL 16.84º 0.27% 0.59% -
HSV(B) 16.84º 0.32% 0.7% -
XYZ 30.76 28.74 22.01 -
YUV 147.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 178 137 121 0 0.23 0.32 0.30 16.84 0.27 0.59
Hex B2 89 79 0 17 20 1E 11 1B 3B
Octal 262 211 171 0 27 40 36 21 33 73
Binary 10110010 10001001 1111001 0 10111 100000 11110 10001 11011 111011

Color Harmonies of #B28979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28979

Black with #B28979

Text Example


Text Example

White with #B28979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28979; }

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

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

background-color css

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

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

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

border-color css

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

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

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