Html Css Color HEX #B98683 Oriental Pink

📋 copy color: '#B98683'

red 185 ◦ green 134 ◦ blue 131

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

Shades of Oriental Pink #B98683

Tints of Oriental Pink #B98683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 41.11%
G = 29.78%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B98683 (or 0xB98683) is known color: Oriental Pink. HEX triplet: B9, 86 and 83. RGB value is (185,134,131). Sum of RGB (Red+Green+Blue) = 185+134+131=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98683 is #46797C. Grayscale: #949494. Windows color (decimal): -4618621 or 8619705. OLE color: 8619705.

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

Color convert

RGB 185 134 131 -
CMYK 0 0.28 0.29 0.27
HSL 3.33º 0.28% 0.62% -
HSV(B) 3.33º 0.29% 0.73% -
XYZ 32.63 29 25.35 -
YUV 148.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 185 134 131 0 0.28 0.29 0.27 3.33 0.28 0.62
Hex B9 86 83 0 1C 1D 1B 3 1C 3E
Octal 271 206 203 0 34 35 33 3 34 76
Binary 10111001 10000110 10000011 0 11100 11101 11011 11 11100 111110

Color Harmonies of #B98683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98683

Black with #B98683

Text Example


Text Example

White with #B98683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98683; }

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

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

background-color css

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

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

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

border-color css

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

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

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