Html Css Color HEX #B28471 Brandy Rose

📋 copy color: '#B28471'

red 178 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #B28471

Tints of Brandy Rose #B28471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 42.08%
G = 31.21%
B = 26.71%

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

#B28471 (or 0xB28471) is known color: Brandy Rose. HEX triplet: B2, 84 and 71. RGB value is (178,132,113). Sum of RGB (Red+Green+Blue) = 178+132+113=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28471 is #4D7B8E. Grayscale: #8F8F8F. Windows color (decimal): -5077903 or 7439538. OLE color: 7439538.

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

Color convert

RGB 178 132 113 -
CMYK 0 0.26 0.37 0.30
HSL 17.54º 0.3% 0.57% -
HSV(B) 17.54º 0.37% 0.7% -
XYZ 29.59 27.16 19.31 -
YUV 143.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 178 132 113 0 0.26 0.37 0.30 17.54 0.3 0.57
Hex B2 84 71 0 1A 25 1E 12 1E 39
Octal 262 204 161 0 32 45 36 22 36 71
Binary 10110010 10000100 1110001 0 11010 100101 11110 10010 11110 111001

Color Harmonies of #B28471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28471

Black with #B28471

Text Example


Text Example

White with #B28471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28471; }

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

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

background-color css

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

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

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

border-color css

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

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

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