Html Css Color HEX #B28175 Brandy Rose

📋 copy color: '#B28175'

red 178 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #B28175

Tints of Brandy Rose #B28175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

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

R = 41.98%
G = 30.42%
B = 27.59%

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

#B28175 (or 0xB28175) is known color: Brandy Rose. HEX triplet: B2, 81 and 75. RGB value is (178,129,117). Sum of RGB (Red+Green+Blue) = 178+129+117=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B28175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28175 is #4D7E8A. Grayscale: #8E8E8E. Windows color (decimal): -5078667 or 7700914. OLE color: 7700914.

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

Color convert

RGB 178 129 117 -
CMYK 0 0.28 0.34 0.30
HSL 11.8º 0.28% 0.58% -
HSV(B) 11.8º 0.34% 0.7% -
XYZ 29.42 26.45 20.38 -
YUV 142.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 178 129 117 0 0.28 0.34 0.30 11.8 0.28 0.58
Hex B2 81 75 0 1C 22 1E C 1C 3A
Octal 262 201 165 0 34 42 36 14 34 72
Binary 10110010 10000001 1110101 0 11100 100010 11110 1100 11100 111010

Color Harmonies of #B28175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28175

Black with #B28175

Text Example


Text Example

White with #B28175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28175; }

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

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

background-color css

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

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

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

border-color css

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

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

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