Html Css Color HEX #BF908B Oriental Pink

📋 copy color: '#BF908B'

red 191 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #BF908B

Tints of Oriental Pink #BF908B

RGB

 RED value IS 191 (75% from 255) = 40.3%

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 40.3%
G = 30.38%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF908B (or 0xBF908B) is known color: Oriental Pink. HEX triplet: BF, 90 and 8B. RGB value is (191,144,139). Sum of RGB (Red+Green+Blue) = 191+144+139=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF908B is #406F74. Grayscale: #9D9D9D. Windows color (decimal): -4222837 or 9146559. OLE color: 9146559.

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

Color convert

RGB 191 144 139 -
CMYK 0 0.25 0.27 0.25
HSL 5.77º 0.29% 0.65% -
HSV(B) 5.77º 0.27% 0.75% -
XYZ 36.12 32.89 28.87 -
YUV 157.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 191 144 139 0 0.25 0.27 0.25 5.77 0.29 0.65
Hex BF 90 8B 0 19 1B 19 6 1D 41
Octal 277 220 213 0 31 33 31 6 35 101
Binary 10111111 10010000 10001011 0 11001 11011 11001 110 11101 1000001

Color Harmonies of #BF908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF908B

Black with #BF908B

Text Example


Text Example

White with #BF908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF908B; }

 p { color: rgb(191,144,139); }

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

background-color css

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

 a { background-color: rgb(191,144,139); }

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

border-color css

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

 span { border-color: rgb(191,144,139); }

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