Html Css Color HEX #B28275 Brandy Rose

📋 copy color: '#B28275'

red 178 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #B28275

Tints of Brandy Rose #B28275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 41.88%
G = 30.59%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28275 (or 0xB28275) is known color: Brandy Rose. HEX triplet: B2, 82 and 75. RGB value is (178,130,117). Sum of RGB (Red+Green+Blue) = 178+130+117=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28275 is #4D7D8A. Grayscale: #8E8E8E. Windows color (decimal): -5078411 or 7701170. OLE color: 7701170.

HSL color Cylindrical-coordinate representation of color #B28275: hue angle of 12.79º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28275 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 117 -
CMYK 0 0.27 0.34 0.30
HSL 12.79º 0.28% 0.58% -
HSV(B) 12.79º 0.34% 0.7% -
XYZ 29.55 26.71 20.43 -
YUV 142.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 178 130 117 0 0.27 0.34 0.30 12.79 0.28 0.58
Hex B2 82 75 0 1B 22 1E D 1C 3A
Octal 262 202 165 0 33 42 36 15 34 72
Binary 10110010 10000010 1110101 0 11011 100010 11110 1101 11100 111010

Color Harmonies of #B28275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28275

Black with #B28275

Text Example


Text Example

White with #B28275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28275; }

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

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

background-color css

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

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

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

border-color css

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

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

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