Html Css Color HEX #B28270 Brandy Rose

📋 copy color: '#B28270'

red 178 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #B28270

Tints of Brandy Rose #B28270

RGB

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

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

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

R = 42.38%
G = 30.95%
B = 26.67%

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

#B28270 (or 0xB28270) is known color: Brandy Rose. HEX triplet: B2, 82 and 70. RGB value is (178,130,112). Sum of RGB (Red+Green+Blue) = 178+130+112=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28270 is #4D7D8F. Grayscale: #8E8E8E. Windows color (decimal): -5078416 or 7373490. OLE color: 7373490.

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

Color convert

RGB 178 130 112 -
CMYK 0 0.27 0.37 0.30
HSL 16.36º 0.3% 0.57% -
HSV(B) 16.36º 0.37% 0.7% -
XYZ 29.27 26.6 18.92 -
YUV 142.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 178 130 112 0 0.27 0.37 0.30 16.36 0.3 0.57
Hex B2 82 70 0 1B 25 1E 10 1E 39
Octal 262 202 160 0 33 45 36 20 36 71
Binary 10110010 10000010 1110000 0 11011 100101 11110 10000 11110 111001

Color Harmonies of #B28270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28270

Black with #B28270

Text Example


Text Example

White with #B28270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28270; }

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

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

background-color css

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

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

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

border-color css

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

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

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