Html Css Color HEX #B18582 Brandy Rose

📋 copy color: '#B18582'

red 177 ◦ green 133 ◦ blue 130

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

Shades of Brandy Rose #B18582

Tints of Brandy Rose #B18582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 40.23%
G = 30.23%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B18582 (or 0xB18582) is known color: Brandy Rose. HEX triplet: B1, 85 and 82. RGB value is (177,133,130). Sum of RGB (Red+Green+Blue) = 177+133+130=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B18582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18582 is #4E7A7D. Grayscale: #919191. Windows color (decimal): -5143166 or 8553905. OLE color: 8553905.

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

Color convert

RGB 177 133 130 -
CMYK 0 0.25 0.27 0.31
HSL 3.83º 0.23% 0.6% -
HSV(B) 3.83º 0.27% 0.69% -
XYZ 30.55 27.73 24.86 -
YUV 145.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 177 133 130 0 0.25 0.27 0.31 3.83 0.23 0.6
Hex B1 85 82 0 19 1B 1F 4 17 3C
Octal 261 205 202 0 31 33 37 4 27 74
Binary 10110001 10000101 10000010 0 11001 11011 11111 100 10111 111100

Color Harmonies of #B18582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18582

Black with #B18582

Text Example


Text Example

White with #B18582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18582; }

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

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

background-color css

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

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

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

border-color css

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

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

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