Html Css Color HEX #B1826E Brandy Rose

📋 copy color: '#B1826E'

red 177 ◦ green 130 ◦ blue 110

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

Shades of Brandy Rose #B1826E

Tints of Brandy Rose #B1826E

RGB

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

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

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

R = 42.45%
G = 31.18%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1826E (or 0xB1826E) is known color: Brandy Rose. HEX triplet: B1, 82 and 6E. RGB value is (177,130,110). Sum of RGB (Red+Green+Blue) = 177+130+110=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1826E is #4E7D91. Grayscale: #8D8D8D. Windows color (decimal): -5143954 or 7242417. OLE color: 7242417.

HSL color Cylindrical-coordinate representation of color #B1826E: hue angle of 17.91º 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 #B1826E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 110 -
CMYK 0 0.27 0.38 0.31
HSL 17.91º 0.3% 0.56% -
HSV(B) 17.91º 0.38% 0.69% -
XYZ 28.93 26.44 18.33 -
YUV 141.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 177 130 110 0 0.27 0.38 0.31 17.91 0.3 0.56
Hex B1 82 6E 0 1B 26 1F 12 1E 38
Octal 261 202 156 0 33 46 37 22 36 70
Binary 10110001 10000010 1101110 0 11011 100110 11111 10010 11110 111000

Color Harmonies of #B1826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1826E

Black with #B1826E

Text Example


Text Example

White with #B1826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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