Html Css Color HEX #B1837E Brandy Rose

📋 copy color: '#B1837E'

red 177 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #B1837E

Tints of Brandy Rose #B1837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 40.78%
G = 30.18%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1837E (or 0xB1837E) is known color: Brandy Rose. HEX triplet: B1, 83 and 7E. RGB value is (177,131,126). Sum of RGB (Red+Green+Blue) = 177+131+126=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837E is #4E7C81. Grayscale: #909090. Windows color (decimal): -5143682 or 8291249. OLE color: 8291249.

HSL color Cylindrical-coordinate representation of color #B1837E: hue angle of 5.88º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1837E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 126 -
CMYK 0 0.26 0.29 0.31
HSL 5.88º 0.25% 0.59% -
HSV(B) 5.88º 0.29% 0.69% -
XYZ 30.01 27.09 23.38 -
YUV 144.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 177 131 126 0 0.26 0.29 0.31 5.88 0.25 0.59
Hex B1 83 7E 0 1A 1D 1F 6 19 3B
Octal 261 203 176 0 32 35 37 6 31 73
Binary 10110001 10000011 1111110 0 11010 11101 11111 110 11001 111011

Color Harmonies of #B1837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1837E

Black with #B1837E

Text Example


Text Example

White with #B1837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1837E; }

 p { color: rgb(177,131,126); }

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

background-color css

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

 a { background-color: rgb(177,131,126); }

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

border-color css

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

 span { border-color: rgb(177,131,126); }

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