Html Css Color HEX #B5826F Brandy Rose

📋 copy color: '#B5826F'

red 181 ◦ green 130 ◦ blue 111

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

Shades of Brandy Rose #B5826F

Tints of Brandy Rose #B5826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 42.89%
G = 30.81%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5826F (or 0xB5826F) is known color: Brandy Rose. HEX triplet: B5, 82 and 6F. RGB value is (181,130,111). Sum of RGB (Red+Green+Blue) = 181+130+111=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826F is #4A7D90. Grayscale: #8F8F8F. Windows color (decimal): -4881809 or 7307957. OLE color: 7307957.

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

Color convert

RGB 181 130 111 -
CMYK 0 0.28 0.39 0.29
HSL 16.29º 0.32% 0.57% -
HSV(B) 16.29º 0.39% 0.71% -
XYZ 29.91 26.94 18.66 -
YUV 143.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 181 130 111 0 0.28 0.39 0.29 16.29 0.32 0.57
Hex B5 82 6F 0 1C 27 1D 10 20 39
Octal 265 202 157 0 34 47 35 20 40 71
Binary 10110101 10000010 1101111 0 11100 100111 11101 10000 100000 111001

Color Harmonies of #B5826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5826F

Black with #B5826F

Text Example


Text Example

White with #B5826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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