Html Css Color HEX #B28179 Brandy Rose

📋 copy color: '#B28179'

red 178 ◦ green 129 ◦ blue 121

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

Shades of Brandy Rose #B28179

Tints of Brandy Rose #B28179

RGB

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

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

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

R = 41.59%
G = 30.14%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B28179 (or 0xB28179) is known color: Brandy Rose. HEX triplet: B2, 81 and 79. RGB value is (178,129,121). Sum of RGB (Red+Green+Blue) = 178+129+121=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28179 is #4D7E86. Grayscale: #8E8E8E. Windows color (decimal): -5078663 or 7963058. OLE color: 7963058.

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

Color convert

RGB 178 129 121 -
CMYK 0 0.28 0.32 0.30
HSL 8.42º 0.27% 0.59% -
HSV(B) 8.42º 0.32% 0.7% -
XYZ 29.66 26.55 21.65 -
YUV 142.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 178 129 121 0 0.28 0.32 0.30 8.42 0.27 0.59
Hex B2 81 79 0 1C 20 1E 8 1B 3B
Octal 262 201 171 0 34 40 36 10 33 73
Binary 10110010 10000001 1111001 0 11100 100000 11110 1000 11011 111011

Color Harmonies of #B28179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28179

Black with #B28179

Text Example


Text Example

White with #B28179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28179; }

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

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

background-color css

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

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

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

border-color css

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

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

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