Html Css Color HEX #B6816E Brandy Rose

📋 copy color: '#B6816E'

red 182 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #B6816E

Tints of Brandy Rose #B6816E

RGB

 RED value IS 182 (71.48% from 255) = 43.23%

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

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

R = 43.23%
G = 30.64%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6816E (or 0xB6816E) is known color: Brandy Rose. HEX triplet: B6, 81 and 6E. RGB value is (182,129,110). Sum of RGB (Red+Green+Blue) = 182+129+110=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6816E is #497E91. Grayscale: #8E8E8E. Windows color (decimal): -4816530 or 7242166. OLE color: 7242166.

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

Color convert

RGB 182 129 110 -
CMYK 0 0.29 0.40 0.29
HSL 15.83º 0.33% 0.57% -
HSV(B) 15.83º 0.4% 0.71% -
XYZ 29.96 26.77 18.34 -
YUV 142.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 182 129 110 0 0.29 0.40 0.29 15.83 0.33 0.57
Hex B6 81 6E 0 1D 28 1D 10 21 39
Octal 266 201 156 0 35 50 35 20 41 71
Binary 10110110 10000001 1101110 0 11101 101000 11101 10000 100001 111001

Color Harmonies of #B6816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6816E

Black with #B6816E

Text Example


Text Example

White with #B6816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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