Html Css Color HEX #BD848A Puce

📋 copy color: '#BD848A'

red 189 ◦ green 132 ◦ blue 138

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

Shades of Puce #BD848A

Tints of Puce #BD848A

RGB

 RED value IS 189 (74.22% from 255) = 41.18%

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 41.18%
G = 28.76%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD848A (or 0xBD848A) is known color: Puce. HEX triplet: BD, 84 and 8A. RGB value is (189,132,138). Sum of RGB (Red+Green+Blue) = 189+132+138=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848A is #427B75. Grayscale: #959595. Windows color (decimal): -4356982 or 9077949. OLE color: 9077949.

HSL color Cylindrical-coordinate representation of color #BD848A: hue angle of 353.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD848A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 138 -
CMYK 0 0.30 0.27 0.26
HSL 353.68º 0.3% 0.63% -
HSV(B) 353.68º 0.3% 0.74% -
XYZ 33.82 29.16 27.89 -
YUV 149.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 189 132 138 0 0.30 0.27 0.26 353.68 0.3 0.63
Hex BD 84 8A 0 1E 1B 1A 162 1E 3F
Octal 275 204 212 0 36 33 32 542 36 77
Binary 10111101 10000100 10001010 0 11110 11011 11010 101100010 11110 111111

Color Harmonies of #BD848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD848A

Black with #BD848A

Text Example


Text Example

White with #BD848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD848A; }

 p { color: rgb(189,132,138); }

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

background-color css

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

 a { background-color: rgb(189,132,138); }

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

border-color css

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

 span { border-color: rgb(189,132,138); }

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