Html Css Color HEX #B5827A Brandy Rose

📋 copy color: '#B5827A'

red 181 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #B5827A

Tints of Brandy Rose #B5827A

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 41.8%
G = 30.02%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5827A (or 0xB5827A) is known color: Brandy Rose. HEX triplet: B5, 82 and 7A. RGB value is (181,130,122). Sum of RGB (Red+Green+Blue) = 181+130+122=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5827A is #4A7D85. Grayscale: #909090. Windows color (decimal): -4881798 or 8028853. OLE color: 8028853.

HSL color Cylindrical-coordinate representation of color #B5827A: hue angle of 8.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5827A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 122 -
CMYK 0 0.28 0.33 0.29
HSL 8.14º 0.29% 0.59% -
HSV(B) 8.14º 0.33% 0.71% -
XYZ 30.55 27.19 22.05 -
YUV 144.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 181 130 122 0 0.28 0.33 0.29 8.14 0.29 0.59
Hex B5 82 7A 0 1C 21 1D 8 1D 3B
Octal 265 202 172 0 34 41 35 10 35 73
Binary 10110101 10000010 1111010 0 11100 100001 11101 1000 11101 111011

Color Harmonies of #B5827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5827A

Black with #B5827A

Text Example


Text Example

White with #B5827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5827A; }

 p { color: rgb(181,130,122); }

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

background-color css

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

 a { background-color: rgb(181,130,122); }

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

border-color css

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

 span { border-color: rgb(181,130,122); }

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