Html Css Color HEX #B68A85 Oriental Pink

📋 copy color: '#B68A85'

red 182 ◦ green 138 ◦ blue 133

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

Shades of Oriental Pink #B68A85

Tints of Oriental Pink #B68A85

RGB

 RED value IS 182 (71.48% from 255) = 40.18%

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

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

R = 40.18%
G = 30.46%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B68A85 (or 0xB68A85) is known color: Oriental Pink. HEX triplet: B6, 8A and 85. RGB value is (182,138,133). Sum of RGB (Red+Green+Blue) = 182+138+133=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A85 is #49757A. Grayscale: #969696. Windows color (decimal): -4814203 or 8751798. OLE color: 8751798.

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

Color convert

RGB 182 138 133 -
CMYK 0 0.24 0.27 0.29
HSL 6.12º 0.25% 0.62% -
HSV(B) 6.12º 0.27% 0.71% -
XYZ 32.61 29.82 26.23 -
YUV 150.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 182 138 133 0 0.24 0.27 0.29 6.12 0.25 0.62
Hex B6 8A 85 0 18 1B 1D 6 19 3E
Octal 266 212 205 0 30 33 35 6 31 76
Binary 10110110 10001010 10000101 0 11000 11011 11101 110 11001 111110

Color Harmonies of #B68A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A85

Black with #B68A85

Text Example


Text Example

White with #B68A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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