Html Css Color HEX #BD828A Puce

📋 copy color: '#BD828A'

red 189 ◦ green 130 ◦ blue 138

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

Shades of Puce #BD828A

Tints of Puce #BD828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 41.36%
G = 28.45%
B = 30.2%

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

#BD828A (or 0xBD828A) is known color: Puce. HEX triplet: BD, 82 and 8A. RGB value is (189,130,138). Sum of RGB (Red+Green+Blue) = 189+130+138=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828A is #427D75. Grayscale: #949494. Windows color (decimal): -4357494 or 9077437. OLE color: 9077437.

HSL color Cylindrical-coordinate representation of color #BD828A: hue angle of 351.86º 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 #BD828A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 138 -
CMYK 0 0.31 0.27 0.26
HSL 351.86º 0.31% 0.63% -
HSV(B) 351.86º 0.31% 0.74% -
XYZ 33.56 28.62 27.8 -
YUV 148.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 189 130 138 0 0.31 0.27 0.26 351.86 0.31 0.63
Hex BD 82 8A 0 1F 1B 1A 160 1F 3F
Octal 275 202 212 0 37 33 32 540 37 77
Binary 10111101 10000010 10001010 0 11111 11011 11010 101100000 11111 111111

Color Harmonies of #BD828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD828A

Black with #BD828A

Text Example


Text Example

White with #BD828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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