Html Css Color HEX #B1827A Brandy Rose

📋 copy color: '#B1827A'

red 177 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #B1827A

Tints of Brandy Rose #B1827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 41.26%
G = 30.3%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1827A (or 0xB1827A) is known color: Brandy Rose. HEX triplet: B1, 82 and 7A. RGB value is (177,130,122). Sum of RGB (Red+Green+Blue) = 177+130+122=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827A is #4E7D85. Grayscale: #8F8F8F. Windows color (decimal): -5143942 or 8028849. OLE color: 8028849.

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

Color convert

RGB 177 130 122 -
CMYK 0 0.27 0.31 0.31
HSL 8.73º 0.26% 0.59% -
HSV(B) 8.73º 0.31% 0.69% -
XYZ 29.63 26.72 22.01 -
YUV 143.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 177 130 122 0 0.27 0.31 0.31 8.73 0.26 0.59
Hex B1 82 7A 0 1B 1F 1F 9 1A 3B
Octal 261 202 172 0 33 37 37 11 32 73
Binary 10110001 10000010 1111010 0 11011 11111 11111 1001 11010 111011

Color Harmonies of #B1827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1827A

Black with #B1827A

Text Example


Text Example

White with #B1827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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