Html Css Color HEX #B1827D Brandy Rose

📋 copy color: '#B1827D'

red 177 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #B1827D

Tints of Brandy Rose #B1827D

RGB

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

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

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

R = 40.97%
G = 30.09%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1827D (or 0xB1827D) is known color: Brandy Rose. HEX triplet: B1, 82 and 7D. RGB value is (177,130,125). Sum of RGB (Red+Green+Blue) = 177+130+125=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827D is #4E7D82. Grayscale: #8F8F8F. Windows color (decimal): -5143939 or 8225457. OLE color: 8225457.

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

Color convert

RGB 177 130 125 -
CMYK 0 0.27 0.29 0.31
HSL 5.77º 0.25% 0.59% -
HSV(B) 5.77º 0.29% 0.69% -
XYZ 29.82 26.79 23 -
YUV 143.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 177 130 125 0 0.27 0.29 0.31 5.77 0.25 0.59
Hex B1 82 7D 0 1B 1D 1F 6 19 3B
Octal 261 202 175 0 33 35 37 6 31 73
Binary 10110001 10000010 1111101 0 11011 11101 11111 110 11001 111011

Color Harmonies of #B1827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1827D

Black with #B1827D

Text Example


Text Example

White with #B1827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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