Html Css Color HEX #B28075 Brandy Rose

📋 copy color: '#B28075'

red 178 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #B28075

Tints of Brandy Rose #B28075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

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

R = 42.08%
G = 30.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28075 (or 0xB28075) is known color: Brandy Rose. HEX triplet: B2, 80 and 75. RGB value is (178,128,117). Sum of RGB (Red+Green+Blue) = 178+128+117=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28075 is #4D7F8A. Grayscale: #8D8D8D. Windows color (decimal): -5078923 or 7700658. OLE color: 7700658.

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

Color convert

RGB 178 128 117 -
CMYK 0 0.28 0.34 0.30
HSL 10.82º 0.28% 0.58% -
HSV(B) 10.82º 0.34% 0.7% -
XYZ 29.29 26.19 20.34 -
YUV 141.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 178 128 117 0 0.28 0.34 0.30 10.82 0.28 0.58
Hex B2 80 75 0 1C 22 1E B 1C 3A
Octal 262 200 165 0 34 42 36 13 34 72
Binary 10110010 10000000 1110101 0 11100 100010 11110 1011 11100 111010

Color Harmonies of #B28075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28075

Black with #B28075

Text Example


Text Example

White with #B28075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28075; }

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

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

background-color css

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

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

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

border-color css

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

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

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