Html Css Color HEX #B58B87 Oriental Pink

📋 copy color: '#B58B87'

red 181 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #B58B87

Tints of Oriental Pink #B58B87

RGB

 RED value IS 181 (71.09% from 255) = 39.78%

 GREEN value IS 139 (54.69% from 255) = 30.55%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 39.78%
G = 30.55%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B58B87 (or 0xB58B87) is known color: Oriental Pink. HEX triplet: B5, 8B and 87. RGB value is (181,139,135). Sum of RGB (Red+Green+Blue) = 181+139+135=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B87 is #4A7478. Grayscale: #979797. Windows color (decimal): -4879481 or 8883125. OLE color: 8883125.

HSL color Cylindrical-coordinate representation of color #B58B87: hue angle of 5.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58B87 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 135 -
CMYK 0 0.23 0.25 0.29
HSL 5.22º 0.24% 0.62% -
HSV(B) 5.22º 0.25% 0.71% -
XYZ 32.66 30.04 27 -
YUV 151.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 181 139 135 0 0.23 0.25 0.29 5.22 0.24 0.62
Hex B5 8B 87 0 17 19 1D 5 18 3E
Octal 265 213 207 0 27 31 35 5 30 76
Binary 10110101 10001011 10000111 0 10111 11001 11101 101 11000 111110

Color Harmonies of #B58B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B87

Black with #B58B87

Text Example


Text Example

White with #B58B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B87; }

 p { color: rgb(181,139,135); }

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

background-color css

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

 a { background-color: rgb(181,139,135); }

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

border-color css

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

 span { border-color: rgb(181,139,135); }

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