Html Css Color HEX #BD838A Puce

📋 copy color: '#BD838A'

red 189 ◦ green 131 ◦ blue 138

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

Shades of Puce #BD838A

Tints of Puce #BD838A

RGB

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

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

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

R = 41.27%
G = 28.6%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD838A (or 0xBD838A) is known color: Puce. HEX triplet: BD, 83 and 8A. RGB value is (189,131,138). Sum of RGB (Red+Green+Blue) = 189+131+138=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838A is #427C75. Grayscale: #959595. Windows color (decimal): -4357238 or 9077693. OLE color: 9077693.

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

Color convert

RGB 189 131 138 -
CMYK 0 0.31 0.27 0.26
HSL 352.76º 0.31% 0.63% -
HSV(B) 352.76º 0.31% 0.74% -
XYZ 33.69 28.89 27.84 -
YUV 149.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 189 131 138 0 0.31 0.27 0.26 352.76 0.31 0.63
Hex BD 83 8A 0 1F 1B 1A 161 1F 3F
Octal 275 203 212 0 37 33 32 541 37 77
Binary 10111101 10000011 10001010 0 11111 11011 11010 101100001 11111 111111

Color Harmonies of #BD838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD838A

Black with #BD838A

Text Example


Text Example

White with #BD838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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