Html Css Color HEX #B6796E Brandy Rose

📋 copy color: '#B6796E'

red 182 ◦ green 121 ◦ blue 110

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

Shades of Brandy Rose #B6796E

Tints of Brandy Rose #B6796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 44.07%
G = 29.3%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6796E (or 0xB6796E) is known color: Brandy Rose. HEX triplet: B6, 79 and 6E. RGB value is (182,121,110). Sum of RGB (Red+Green+Blue) = 182+121+110=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6796E is #498691. Grayscale: #8A8A8A. Windows color (decimal): -4818578 or 7240118. OLE color: 7240118.

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

Color convert

RGB 182 121 110 -
CMYK 0 0.34 0.40 0.29
HSL 9.17º 0.33% 0.57% -
HSV(B) 9.17º 0.4% 0.71% -
XYZ 28.94 24.75 18 -
YUV 137.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 182 121 110 0 0.34 0.40 0.29 9.17 0.33 0.57
Hex B6 79 6E 0 22 28 1D 9 21 39
Octal 266 171 156 0 42 50 35 11 41 71
Binary 10110110 1111001 1101110 0 100010 101000 11101 1001 100001 111001

Color Harmonies of #B6796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6796E

Black with #B6796E

Text Example


Text Example

White with #B6796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6796E; }

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

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

background-color css

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

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

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

border-color css

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

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

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