Html Css Color HEX #BD8E8E Rosy Brown

📋 copy color: '#BD8E8E'

red 189 ◦ green 142 ◦ blue 142

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

Shades of Rosy Brown #BD8E8E

Tints of Rosy Brown #BD8E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 39.96%
G = 30.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD8E8E (or 0xBD8E8E) is known color: Rosy Brown. HEX triplet: BD, 8E and 8E. RGB value is (189,142,142). Sum of RGB (Red+Green+Blue) = 189+142+142=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E8E is #427171. Grayscale: #9C9C9C. Windows color (decimal): -4354418 or 9342653. OLE color: 9342653.

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

Color convert

RGB 189 142 142 -
CMYK 0 0.25 0.25 0.26
HSL 0.26% 0.65% -
HSV(B) 0.25% 0.74% -
XYZ 35.54 32.12 29.92 -
YUV 156.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 189 142 142 0 0.25 0.25 0.26 0 0.26 0.65
Hex BD 8E 8E 0 19 19 1A 0 1A 41
Octal 275 216 216 0 31 31 32 0 32 101
Binary 10111101 10001110 10001110 0 11001 11001 11010 0 11010 1000001

Color Harmonies of #BD8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E8E

Black with #BD8E8E

Text Example


Text Example

White with #BD8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E8E; }

 p { color: rgb(189,142,142); }

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

background-color css

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

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

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

border-color css

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

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

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