Html Css Color HEX #BDB492 Coriander

📋 copy color: '#BDB492'

red 189 ◦ green 180 ◦ blue 146

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

Shades of Coriander #BDB492

Tints of Coriander #BDB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 36.7%
G = 34.95%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB492 (or 0xBDB492) is known color: Coriander. HEX triplet: BD, B4 and 92. RGB value is (189,180,146). Sum of RGB (Red+Green+Blue) = 189+180+146=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB492 is #424B6D. Grayscale: #B2B2B2. Windows color (decimal): -4344686 or 9614525. OLE color: 9614525.

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

Color convert

RGB 189 180 146 -
CMYK 0 0.05 0.23 0.26
HSL 47.44º 0.25% 0.66% -
HSV(B) 47.44º 0.23% 0.74% -
XYZ 42.5 45.54 33.74 -
YUV 178.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 189 180 146 0 0.05 0.23 0.26 47.44 0.25 0.66
Hex BD B4 92 0 5 17 1A 2F 19 42
Octal 275 264 222 0 5 27 32 57 31 102
Binary 10111101 10110100 10010010 0 101 10111 11010 101111 11001 1000010

Color Harmonies of #BDB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB492

Black with #BDB492

Text Example


Text Example

White with #BDB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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