Html Css Color HEX #B18471 Brandy Rose

📋 copy color: '#B18471'

red 177 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #B18471

Tints of Brandy Rose #B18471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 41.94%
G = 31.28%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18471 (or 0xB18471) is known color: Brandy Rose. HEX triplet: B1, 84 and 71. RGB value is (177,132,113). Sum of RGB (Red+Green+Blue) = 177+132+113=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18471 is #4E7B8E. Grayscale: #8F8F8F. Windows color (decimal): -5143439 or 7439537. OLE color: 7439537.

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

Color convert

RGB 177 132 113 -
CMYK 0 0.25 0.36 0.31
HSL 17.81º 0.29% 0.57% -
HSV(B) 17.81º 0.36% 0.69% -
XYZ 29.36 27.04 19.29 -
YUV 143.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 177 132 113 0 0.25 0.36 0.31 17.81 0.29 0.57
Hex B1 84 71 0 19 24 1F 12 1D 39
Octal 261 204 161 0 31 44 37 22 35 71
Binary 10110001 10000100 1110001 0 11001 100100 11111 10010 11101 111001

Color Harmonies of #B18471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18471

Black with #B18471

Text Example


Text Example

White with #B18471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18471; }

 p { color: rgb(177,132,113); }

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

background-color css

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

 a { background-color: rgb(177,132,113); }

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

border-color css

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

 span { border-color: rgb(177,132,113); }

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