Html Css Color HEX #B5807A Brandy Rose

📋 copy color: '#B5807A'

red 181 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #B5807A

Tints of Brandy Rose #B5807A

RGB

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

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

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

R = 42%
G = 29.7%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5807A (or 0xB5807A) is known color: Brandy Rose. HEX triplet: B5, 80 and 7A. RGB value is (181,128,122). Sum of RGB (Red+Green+Blue) = 181+128+122=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B5807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5807A is #4A7F85. Grayscale: #8F8F8F. Windows color (decimal): -4882310 or 8028341. OLE color: 8028341.

HSL color Cylindrical-coordinate representation of color #B5807A: hue angle of 6.1º 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 #B5807A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 122 -
CMYK 0 0.29 0.33 0.29
HSL 6.1º 0.29% 0.59% -
HSV(B) 6.1º 0.33% 0.71% -
XYZ 30.29 26.67 21.96 -
YUV 143.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 181 128 122 0 0.29 0.33 0.29 6.1 0.29 0.59
Hex B5 80 7A 0 1D 21 1D 6 1D 3B
Octal 265 200 172 0 35 41 35 6 35 73
Binary 10110101 10000000 1111010 0 11101 100001 11101 110 11101 111011

Color Harmonies of #B5807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5807A

Black with #B5807A

Text Example


Text Example

White with #B5807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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