Html Css Color HEX #B18785 Brandy Rose

📋 copy color: '#B18785'

red 177 ◦ green 135 ◦ blue 133

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

Shades of Brandy Rose #B18785

Tints of Brandy Rose #B18785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 39.78%
G = 30.34%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18785 (or 0xB18785) is known color: Brandy Rose. HEX triplet: B1, 87 and 85. RGB value is (177,135,133). Sum of RGB (Red+Green+Blue) = 177+135+133=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18785 is #4E787A. Grayscale: #939393. Windows color (decimal): -5142651 or 8751025. OLE color: 8751025.

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

Color convert

RGB 177 135 133 -
CMYK 0 0.24 0.25 0.31
HSL 2.73º 0.22% 0.61% -
HSV(B) 2.73º 0.25% 0.69% -
XYZ 31.03 28.37 26.03 -
YUV 147.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 177 135 133 0 0.24 0.25 0.31 2.73 0.22 0.61
Hex B1 87 85 0 18 19 1F 3 16 3D
Octal 261 207 205 0 30 31 37 3 26 75
Binary 10110001 10000111 10000101 0 11000 11001 11111 11 10110 111101

Color Harmonies of #B18785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18785

Black with #B18785

Text Example


Text Example

White with #B18785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18785; }

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

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

background-color css

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

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

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

border-color css

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

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

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