Html Css Color HEX #B98A85 Oriental Pink

📋 copy color: '#B98A85'

red 185 ◦ green 138 ◦ blue 133

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

Shades of Oriental Pink #B98A85

Tints of Oriental Pink #B98A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 40.57%
G = 30.26%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B98A85 (or 0xB98A85) is known color: Oriental Pink. HEX triplet: B9, 8A and 85. RGB value is (185,138,133). Sum of RGB (Red+Green+Blue) = 185+138+133=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A85 is #46757A. Grayscale: #979797. Windows color (decimal): -4617595 or 8751801. OLE color: 8751801.

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

Color convert

RGB 185 138 133 -
CMYK 0 0.25 0.28 0.27
HSL 5.77º 0.27% 0.62% -
HSV(B) 5.77º 0.28% 0.73% -
XYZ 33.33 30.18 26.26 -
YUV 151.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 185 138 133 0 0.25 0.28 0.27 5.77 0.27 0.62
Hex B9 8A 85 0 19 1C 1B 6 1B 3E
Octal 271 212 205 0 31 34 33 6 33 76
Binary 10111001 10001010 10000101 0 11001 11100 11011 110 11011 111110

Color Harmonies of #B98A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A85

Black with #B98A85

Text Example


Text Example

White with #B98A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A85; }

 p { color: rgb(185,138,133); }

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

background-color css

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

 a { background-color: rgb(185,138,133); }

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

border-color css

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

 span { border-color: rgb(185,138,133); }

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