Html Css Color HEX #B98983 Oriental Pink

📋 copy color: '#B98983'

red 185 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #B98983

Tints of Oriental Pink #B98983

RGB

 RED value IS 185 (72.66% from 255) = 40.84%

 GREEN value IS 137 (53.91% from 255) = 30.24%

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

R = 40.84%
G = 30.24%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B98983 (or 0xB98983) is known color: Oriental Pink. HEX triplet: B9, 89 and 83. RGB value is (185,137,131). Sum of RGB (Red+Green+Blue) = 185+137+131=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98983 is #46767C. Grayscale: #969696. Windows color (decimal): -4617853 or 8620473. OLE color: 8620473.

HSL color Cylindrical-coordinate representation of color #B98983: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98983 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 131 -
CMYK 0 0.26 0.29 0.27
HSL 6.67º 0.28% 0.62% -
HSV(B) 6.67º 0.29% 0.73% -
XYZ 33.05 29.84 25.49 -
YUV 150.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 185 137 131 0 0.26 0.29 0.27 6.67 0.28 0.62
Hex B9 89 83 0 1A 1D 1B 7 1C 3E
Octal 271 211 203 0 32 35 33 7 34 76
Binary 10111001 10001001 10000011 0 11010 11101 11011 111 11100 111110

Color Harmonies of #B98983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98983

Black with #B98983

Text Example


Text Example

White with #B98983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98983; }

 p { color: rgb(185,137,131); }

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

background-color css

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

 a { background-color: rgb(185,137,131); }

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

border-color css

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

 span { border-color: rgb(185,137,131); }

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