Html Css Color HEX #B18583 Brandy Rose

📋 copy color: '#B18583'

red 177 ◦ green 133 ◦ blue 131

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

Shades of Brandy Rose #B18583

Tints of Brandy Rose #B18583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 40.14%
G = 30.16%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B18583 (or 0xB18583) is known color: Brandy Rose. HEX triplet: B1, 85 and 83. RGB value is (177,133,131). Sum of RGB (Red+Green+Blue) = 177+133+131=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18583 is #4E7A7C. Grayscale: #919191. Windows color (decimal): -5143165 or 8619441. OLE color: 8619441.

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

Color convert

RGB 177 133 131 -
CMYK 0 0.25 0.26 0.31
HSL 2.61º 0.23% 0.6% -
HSV(B) 2.61º 0.26% 0.69% -
XYZ 30.62 27.76 25.22 -
YUV 145.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 177 133 131 0 0.25 0.26 0.31 2.61 0.23 0.6
Hex B1 85 83 0 19 1A 1F 3 17 3C
Octal 261 205 203 0 31 32 37 3 27 74
Binary 10110001 10000101 10000011 0 11001 11010 11111 11 10111 111100

Color Harmonies of #B18583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18583

Black with #B18583

Text Example


Text Example

White with #B18583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18583; }

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

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

background-color css

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

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

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

border-color css

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

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

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