Html Css Color HEX #B1837D Brandy Rose

📋 copy color: '#B1837D'

red 177 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #B1837D

Tints of Brandy Rose #B1837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 40.88%
G = 30.25%
B = 28.87%

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

#B1837D (or 0xB1837D) is known color: Brandy Rose. HEX triplet: B1, 83 and 7D. RGB value is (177,131,125). Sum of RGB (Red+Green+Blue) = 177+131+125=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837D is #4E7C82. Grayscale: #909090. Windows color (decimal): -5143683 or 8225713. OLE color: 8225713.

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

Color convert

RGB 177 131 125 -
CMYK 0 0.26 0.29 0.31
HSL 6.92º 0.25% 0.59% -
HSV(B) 6.92º 0.29% 0.69% -
XYZ 29.95 27.06 23.05 -
YUV 144.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 177 131 125 0 0.26 0.29 0.31 6.92 0.25 0.59
Hex B1 83 7D 0 1A 1D 1F 7 19 3B
Octal 261 203 175 0 32 35 37 7 31 73
Binary 10110001 10000011 1111101 0 11010 11101 11111 111 11001 111011

Color Harmonies of #B1837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1837D

Black with #B1837D

Text Example


Text Example

White with #B1837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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