Html Css Color HEX #B1806E Brandy Rose

📋 copy color: '#B1806E'

red 177 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #B1806E

Tints of Brandy Rose #B1806E

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 42.65%
G = 30.84%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1806E (or 0xB1806E) is known color: Brandy Rose. HEX triplet: B1, 80 and 6E. RGB value is (177,128,110). Sum of RGB (Red+Green+Blue) = 177+128+110=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1806E is #4E7F91. Grayscale: #8C8C8C. Windows color (decimal): -5144466 or 7241905. OLE color: 7241905.

HSL color Cylindrical-coordinate representation of color #B1806E: hue angle of 16.12º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1806E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 110 -
CMYK 0 0.28 0.38 0.31
HSL 16.12º 0.3% 0.56% -
HSV(B) 16.12º 0.38% 0.69% -
XYZ 28.67 25.91 18.24 -
YUV 140.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 177 128 110 0 0.28 0.38 0.31 16.12 0.3 0.56
Hex B1 80 6E 0 1C 26 1F 10 1E 38
Octal 261 200 156 0 34 46 37 20 36 70
Binary 10110001 10000000 1101110 0 11100 100110 11111 10000 11110 111000

Color Harmonies of #B1806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1806E

Black with #B1806E

Text Example


Text Example

White with #B1806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1806E; }

 p { color: rgb(177,128,110); }

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

background-color css

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

 a { background-color: rgb(177,128,110); }

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

border-color css

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

 span { border-color: rgb(177,128,110); }

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