Html Css Color HEX #BB838C Puce

📋 copy color: '#BB838C'

red 187 ◦ green 131 ◦ blue 140

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

Shades of Puce #BB838C

Tints of Puce #BB838C

RGB

 RED value IS 187 (73.44% from 255) = 40.83%

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 40.83%
G = 28.6%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB838C (or 0xBB838C) is known color: Puce. HEX triplet: BB, 83 and 8C. RGB value is (187,131,140). Sum of RGB (Red+Green+Blue) = 187+131+140=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB838C is #447C73. Grayscale: #949494. Windows color (decimal): -4488308 or 9208763. OLE color: 9208763.

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

Color convert

RGB 187 131 140 -
CMYK 0 0.30 0.25 0.27
HSL 350.36º 0.29% 0.62% -
HSV(B) 350.36º 0.3% 0.73% -
XYZ 33.34 28.69 28.59 -
YUV 148.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 187 131 140 0 0.30 0.25 0.27 350.36 0.29 0.62
Hex BB 83 8C 0 1E 19 1B 15E 1D 3E
Octal 273 203 214 0 36 31 33 536 35 76
Binary 10111011 10000011 10001100 0 11110 11001 11011 101011110 11101 111110

Color Harmonies of #BB838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB838C

Black with #BB838C

Text Example


Text Example

White with #BB838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB838C; }

 p { color: rgb(187,131,140); }

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

background-color css

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

 a { background-color: rgb(187,131,140); }

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

border-color css

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

 span { border-color: rgb(187,131,140); }

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