Html Css Color HEX #B88483 Oriental Pink

📋 copy color: '#B88483'

red 184 ◦ green 132 ◦ blue 131

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

Shades of Oriental Pink #B88483

Tints of Oriental Pink #B88483

RGB

 RED value IS 184 (72.27% from 255) = 41.16%

 GREEN value IS 132 (51.95% from 255) = 29.53%

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

R = 41.16%
G = 29.53%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B88483 (or 0xB88483) is known color: Oriental Pink. HEX triplet: B8, 84 and 83. RGB value is (184,132,131). Sum of RGB (Red+Green+Blue) = 184+132+131=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88483 is #477B7C. Grayscale: #939393. Windows color (decimal): -4684669 or 8619192. OLE color: 8619192.

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

Color convert

RGB 184 132 131 -
CMYK 0 0.28 0.29 0.28
HSL 1.13º 0.27% 0.62% -
HSV(B) 1.13º 0.29% 0.72% -
XYZ 32.12 28.33 25.25 -
YUV 147.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 184 132 131 0 0.28 0.29 0.28 1.13 0.27 0.62
Hex B8 84 83 0 1C 1D 1C 1 1B 3E
Octal 270 204 203 0 34 35 34 1 33 76
Binary 10111000 10000100 10000011 0 11100 11101 11100 1 11011 111110

Color Harmonies of #B88483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88483

Black with #B88483

Text Example


Text Example

White with #B88483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88483; }

 p { color: rgb(184,132,131); }

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

background-color css

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

 a { background-color: rgb(184,132,131); }

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

border-color css

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

 span { border-color: rgb(184,132,131); }

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