Html Css Color HEX #B28271 Brandy Rose

📋 copy color: '#B28271'

red 178 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #B28271

Tints of Brandy Rose #B28271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

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

R = 42.28%
G = 30.88%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B28271 (or 0xB28271) is known color: Brandy Rose. HEX triplet: B2, 82 and 71. RGB value is (178,130,113). Sum of RGB (Red+Green+Blue) = 178+130+113=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28271 is #4D7D8E. Grayscale: #8E8E8E. Windows color (decimal): -5078415 or 7439026. OLE color: 7439026.

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

Color convert

RGB 178 130 113 -
CMYK 0 0.27 0.37 0.30
HSL 15.69º 0.3% 0.57% -
HSV(B) 15.69º 0.37% 0.7% -
XYZ 29.32 26.62 19.22 -
YUV 142.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 178 130 113 0 0.27 0.37 0.30 15.69 0.3 0.57
Hex B2 82 71 0 1B 25 1E 10 1E 39
Octal 262 202 161 0 33 45 36 20 36 71
Binary 10110010 10000010 1110001 0 11011 100101 11110 10000 11110 111001

Color Harmonies of #B28271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28271

Black with #B28271

Text Example


Text Example

White with #B28271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28271; }

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

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

background-color css

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

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

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

border-color css

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

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

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