Html Css Color HEX #B98783 Oriental Pink

📋 copy color: '#B98783'

red 185 ◦ green 135 ◦ blue 131

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

Shades of Oriental Pink #B98783

Tints of Oriental Pink #B98783

RGB

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

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

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

R = 41.02%
G = 29.93%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B98783 (or 0xB98783) is known color: Oriental Pink. HEX triplet: B9, 87 and 83. RGB value is (185,135,131). Sum of RGB (Red+Green+Blue) = 185+135+131=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98783 is #46787C. Grayscale: #959595. Windows color (decimal): -4618365 or 8619961. OLE color: 8619961.

HSL color Cylindrical-coordinate representation of color #B98783: hue angle of 4.44º 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 #B98783 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 135 131 -
CMYK 0 0.27 0.29 0.27
HSL 4.44º 0.28% 0.62% -
HSV(B) 4.44º 0.29% 0.73% -
XYZ 32.77 29.28 25.4 -
YUV 149.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 185 135 131 0 0.27 0.29 0.27 4.44 0.28 0.62
Hex B9 87 83 0 1B 1D 1B 4 1C 3E
Octal 271 207 203 0 33 35 33 4 34 76
Binary 10111001 10000111 10000011 0 11011 11101 11011 100 11100 111110

Color Harmonies of #B98783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98783

Black with #B98783

Text Example


Text Example

White with #B98783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98783; }

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

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

background-color css

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

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

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

border-color css

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

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

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