Html Css Color HEX #B5816E Brandy Rose

📋 copy color: '#B5816E'

red 181 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #B5816E

Tints of Brandy Rose #B5816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 43.1%
G = 30.71%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5816E (or 0xB5816E) is known color: Brandy Rose. HEX triplet: B5, 81 and 6E. RGB value is (181,129,110). Sum of RGB (Red+Green+Blue) = 181+129+110=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5816E is #4A7E91. Grayscale: #8E8E8E. Windows color (decimal): -4882066 or 7242165. OLE color: 7242165.

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

Color convert

RGB 181 129 110 -
CMYK 0 0.29 0.39 0.29
HSL 16.06º 0.32% 0.57% -
HSV(B) 16.06º 0.39% 0.71% -
XYZ 29.72 26.65 18.33 -
YUV 142.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 181 129 110 0 0.29 0.39 0.29 16.06 0.32 0.57
Hex B5 81 6E 0 1D 27 1D 10 20 39
Octal 265 201 156 0 35 47 35 20 40 71
Binary 10110101 10000001 1101110 0 11101 100111 11101 10000 100000 111001

Color Harmonies of #B5816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5816E

Black with #B5816E

Text Example


Text Example

White with #B5816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5816E; }

 p { color: rgb(181,129,110); }

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

background-color css

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

 a { background-color: rgb(181,129,110); }

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

border-color css

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

 span { border-color: rgb(181,129,110); }

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