Html Css Color HEX #B5826D Brandy Rose

📋 copy color: '#B5826D'

red 181 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #B5826D

Tints of Brandy Rose #B5826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 43.1%
G = 30.95%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5826D (or 0xB5826D) is known color: Brandy Rose. HEX triplet: B5, 82 and 6D. RGB value is (181,130,109). Sum of RGB (Red+Green+Blue) = 181+130+109=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826D is #4A7D92. Grayscale: #8E8E8E. Windows color (decimal): -4881811 or 7176885. OLE color: 7176885.

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

Color convert

RGB 181 130 109 -
CMYK 0 0.28 0.40 0.29
HSL 17.5º 0.33% 0.57% -
HSV(B) 17.5º 0.4% 0.71% -
XYZ 29.8 26.89 18.09 -
YUV 142.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 181 130 109 0 0.28 0.40 0.29 17.5 0.33 0.57
Hex B5 82 6D 0 1C 28 1D 12 21 39
Octal 265 202 155 0 34 50 35 22 41 71
Binary 10110101 10000010 1101101 0 11100 101000 11101 10010 100001 111001

Color Harmonies of #B5826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5826D

Black with #B5826D

Text Example


Text Example

White with #B5826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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