Html Css Color HEX #B18E83 Brandy Rose

📋 copy color: '#B18E83'

red 177 ◦ green 142 ◦ blue 131

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

Shades of Brandy Rose #B18E83

Tints of Brandy Rose #B18E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.56%

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

R = 39.33%
G = 31.56%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B18E83 (or 0xB18E83) is known color: Brandy Rose. HEX triplet: B1, 8E and 83. RGB value is (177,142,131). Sum of RGB (Red+Green+Blue) = 177+142+131=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E83 is #4E717C. Grayscale: #979797. Windows color (decimal): -5140861 or 8621745. OLE color: 8621745.

HSL color Cylindrical-coordinate representation of color #B18E83: hue angle of 14.35º 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 #B18E83 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 142 131 -
CMYK 0 0.20 0.26 0.31
HSL 14.35º 0.23% 0.6% -
HSV(B) 14.35º 0.26% 0.69% -
XYZ 31.9 30.33 25.65 -
YUV 151.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 177 142 131 0 0.20 0.26 0.31 14.35 0.23 0.6
Hex B1 8E 83 0 14 1A 1F E 17 3C
Octal 261 216 203 0 24 32 37 16 27 74
Binary 10110001 10001110 10000011 0 10100 11010 11111 1110 10111 111100

Color Harmonies of #B18E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E83

Black with #B18E83

Text Example


Text Example

White with #B18E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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