Html Css Color HEX #B28370 Brandy Rose

📋 copy color: '#B28370'

red 178 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #B28370

Tints of Brandy Rose #B28370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 42.28%
G = 31.12%
B = 26.6%

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

#B28370 (or 0xB28370) is known color: Brandy Rose. HEX triplet: B2, 83 and 70. RGB value is (178,131,112). Sum of RGB (Red+Green+Blue) = 178+131+112=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28370 is #4D7C8F. Grayscale: #8F8F8F. Windows color (decimal): -5078160 or 7373746. OLE color: 7373746.

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

Color convert

RGB 178 131 112 -
CMYK 0 0.26 0.37 0.30
HSL 17.27º 0.3% 0.57% -
HSV(B) 17.27º 0.37% 0.7% -
XYZ 29.4 26.87 18.97 -
YUV 142.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 178 131 112 0 0.26 0.37 0.30 17.27 0.3 0.57
Hex B2 83 70 0 1A 25 1E 11 1E 39
Octal 262 203 160 0 32 45 36 21 36 71
Binary 10110010 10000011 1110000 0 11010 100101 11110 10001 11110 111001

Color Harmonies of #B28370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28370

Black with #B28370

Text Example


Text Example

White with #B28370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28370; }

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

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

background-color css

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

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

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

border-color css

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

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

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