Html Css Color HEX #BDB892 Coriander

📋 copy color: '#BDB892'

red 189 ◦ green 184 ◦ blue 146

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

Shades of Coriander #BDB892

Tints of Coriander #BDB892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 36.42%
G = 35.45%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB892 (or 0xBDB892) is known color: Coriander. HEX triplet: BD, B8 and 92. RGB value is (189,184,146). Sum of RGB (Red+Green+Blue) = 189+184+146=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB892 is #42476D. Grayscale: #B5B5B5. Windows color (decimal): -4343662 or 9615549. OLE color: 9615549.

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

Color convert

RGB 189 184 146 -
CMYK 0 0.03 0.23 0.26
HSL 53.02º 0.25% 0.66% -
HSV(B) 53.02º 0.23% 0.74% -
XYZ 43.32 47.18 34.02 -
YUV 181.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 189 184 146 0 0.03 0.23 0.26 53.02 0.25 0.66
Hex BD B8 92 0 3 17 1A 35 19 42
Octal 275 270 222 0 3 27 32 65 31 102
Binary 10111101 10111000 10010010 0 11 10111 11010 110101 11001 1000010

Color Harmonies of #BDB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB892

Black with #BDB892

Text Example


Text Example

White with #BDB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB892; }

 p { color: rgb(189,184,146); }

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

background-color css

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

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

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

border-color css

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

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

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