Html Css Color HEX #B18584 Brandy Rose

📋 copy color: '#B18584'

red 177 ◦ green 133 ◦ blue 132

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

Shades of Brandy Rose #B18584

Tints of Brandy Rose #B18584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 132 (51.95% from 255) = 29.86%

R = 40.05%
G = 30.09%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18584 (or 0xB18584) is known color: Brandy Rose. HEX triplet: B1, 85 and 84. RGB value is (177,133,132). Sum of RGB (Red+Green+Blue) = 177+133+132=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18584 is #4E7A7B. Grayscale: #929292. Windows color (decimal): -5143164 or 8684977. OLE color: 8684977.

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

Color convert

RGB 177 133 132 -
CMYK 0 0.25 0.25 0.31
HSL 1.33º 0.22% 0.61% -
HSV(B) 1.33º 0.25% 0.69% -
XYZ 30.68 27.79 25.58 -
YUV 146.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 177 133 132 0 0.25 0.25 0.31 1.33 0.22 0.61
Hex B1 85 84 0 19 19 1F 1 16 3D
Octal 261 205 204 0 31 31 37 1 26 75
Binary 10110001 10000101 10000100 0 11001 11001 11111 1 10110 111101

Color Harmonies of #B18584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18584

Black with #B18584

Text Example


Text Example

White with #B18584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18584; }

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

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

background-color css

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

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

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

border-color css

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

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

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