Html Css Color HEX #B28470 Brandy Rose

📋 copy color: '#B28470'

red 178 ◦ green 132 ◦ blue 112

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

Shades of Brandy Rose #B28470

Tints of Brandy Rose #B28470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 42.18%
G = 31.28%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B28470 (or 0xB28470) is known color: Brandy Rose. HEX triplet: B2, 84 and 70. RGB value is (178,132,112). Sum of RGB (Red+Green+Blue) = 178+132+112=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28470 is #4D7B8F. Grayscale: #8F8F8F. Windows color (decimal): -5077904 or 7374002. OLE color: 7374002.

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

Color convert

RGB 178 132 112 -
CMYK 0 0.26 0.37 0.30
HSL 18.18º 0.3% 0.57% -
HSV(B) 18.18º 0.37% 0.7% -
XYZ 29.54 27.14 19.01 -
YUV 143.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 178 132 112 0 0.26 0.37 0.30 18.18 0.3 0.57
Hex B2 84 70 0 1A 25 1E 12 1E 39
Octal 262 204 160 0 32 45 36 22 36 71
Binary 10110010 10000100 1110000 0 11010 100101 11110 10010 11110 111001

Color Harmonies of #B28470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28470

Black with #B28470

Text Example


Text Example

White with #B28470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28470; }

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

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

background-color css

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

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

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

border-color css

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

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

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